/* [project]/app/globals.css [app-client] (css) */
:root {
  --background: #fff;
  --foreground: #171717;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

:root {
  --font-sans: var(--font-sans), sans-serif;
  --font-display: var(--font-display), serif;
  --text-xs: .75rem;
  --text-sm: .875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-4xl: 2.25rem;
  --text-6xl: 3.75rem;
}

body {
  color: #3e3a36;
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: var(--text-base);
  letter-spacing: .01em;
  background-color: #fff;
  margin: 0;
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: var(--font-display);
  letter-spacing: -.02em;
  font-weight: 400;
  line-height: 1.15;
}

nav .logo {
  object-fit: cover;
  margin: auto;
}

.logo:hover {
  opacity: .7;
}

nav {
  background-color: #fff;
  grid-template-columns: 1fr 4fr;
  display: grid;
}

.pages {
  justify-content: space-evenly;
  margin: 0;
  display: flex;
}

nav a {
  color: #3e3a36;
  align-content: center;
  font-size: 20px;
  text-decoration: none;
}

nav a:hover {
  opacity: .7;
}

footer p, footer h1 {
  color: #fff;
}

footer {
  background-color: #3e3a36;
  padding: 3rem 4rem;
}

.footer-content {
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

footer h1 {
  margin-bottom: 1rem;
  font-size: 1rem;
}

footer a {
  color: #fff;
  opacity: .6;
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

footer a:hover {
  opacity: 1;
}

.footer-bottom {
  opacity: .6;
  justify-content: space-between;
  font-size: .85rem;
  display: flex;
}

footer .logo {
  border-radius: 5px;
}

.hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero h1, .hero p {
  text-shadow: 0 4px 20px #00000080;
  color: #fff;
  position: absolute;
  bottom: 25%;
  left: 8%;
}

.hero p {
  background-color: #0000;
  border: 1.5px solid #fff;
  padding: 10px;
  bottom: 17%;
}

.hero p:hover {
  opacity: .7;
}

.img_hero {
  filter: brightness(70%);
}

.bienvenue {
  margin: 3rem 4rem;
}

.approche {
  align-items: stretch;
  gap: 4rem;
  height: 600px;
  display: flex;
}

.approche-col-gauche {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem 0;
  display: flex;
}

.approche-col-gauche h1 {
  font-style: italic;
  font-weight: 600;
}

.approche-col-droite {
  flex-direction: column;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.approche-col-droite img {
  object-fit: cover;
  object-position: center;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.approche-pourcentage {
  color: #fff;
  background-color: #3e3a36;
  flex-shrink: 0;
  display: flex;
}

.approche-pourcentage-gauche, .approche-pourcentage-droite {
  flex: 1;
  padding: 1.5rem;
}

.approche-pourcentage-droite {
  border-left: .5px solid #e0e0e0;
}

.realisations {
  background-color: #261717;
}

.realisations h1 {
  color: #fff;
  margin: 0 4rem;
  padding-top: 2rem;
}

.galerie_realisations img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.galerie_realisations img:hover {
  opacity: .7;
}

.galerie_realisations {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 0 4rem;
  padding: 3rem 0;
  display: grid;
}

.btn-projet {
  color: #fff;
  background-color: #0000;
  border: 1.5px solid #fff;
  align-self: center;
  width: fit-content;
  margin: 2rem 4rem 0;
  padding: 8px 16px;
}

.btn-projet:hover {
  opacity: .7;
}

.title-btn-projet {
  justify-content: space-between;
  display: flex;
}

.service h1 {
  margin: 0 4rem;
  padding: 2rem 0;
}

.bloc-neuf, .bloc-renov, .bloc-interieur, .bloc-chantier {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.images-services {
  flex-wrap: wrap;
  justify-content: space-evenly;
  display: flex;
}

.image-ronde {
  object-fit: cover;
  border-radius: 50%;
  width: 170px;
  height: 170px;
}

.image-ronde:hover {
  opacity: .7;
}

.service {
  align-content: center;
}

.btn-services {
  color: #3e3a36;
  background-color: #0000;
  border: 1.5px solid #3e3a36;
  align-self: center;
  width: fit-content;
  margin: 2rem 4rem 0;
  padding: 8px 16px;
}

.btn-services:hover {
  opacity: .7;
}

.title-btn-service {
  justify-content: space-between;
  display: flex;
}

.contact {
  background-color: #261717;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  margin: 4rem;
  padding: 5rem;
  display: grid;
}

.contact-text {
  color: #fff;
}

.contact-text h1 {
  font-size: 3rem;
}

.contact-formulaire {
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  display: grid;
}

.nom, .message {
  grid-column: span 2;
}

.submit {
  grid-column: span 2;
  justify-content: flex-end;
  display: flex;
}

.form-entrer {
  color: #fff;
  flex-direction: column;
  display: flex;
}

.form-entrer input, .form-entrer textarea {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: .8rem;
}

textarea {
  resize: none;
  height: 120px;
}

.form-entrer input[type="submit"] {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border: 1.5px solid #fff;
  border-radius: 0;
  margin-top: 1rem;
  padding: .8rem 2rem;
}

.form-entrer input[type="submit"]:hover {
  color: #261717;
  background-color: #fff;
  border: 1.5px solid #fff;
}

/* [next]/internal/font/google/dm_sans_c1df0fd3.module.css [app-client] (css) */
@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/c3cb240f9c892514-s.d8e4bce2.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/5c285b27cdda1fe8-s.p.a62025f2.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/c3cb240f9c892514-s.d8e4bce2.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/5c285b27cdda1fe8-s.p.a62025f2.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/c3cb240f9c892514-s.d8e4bce2.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/5c285b27cdda1fe8-s.p.a62025f2.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/c3cb240f9c892514-s.d8e4bce2.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: DM Sans;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/5c285b27cdda1fe8-s.p.a62025f2.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: DM Sans Fallback;
  src: local(Arial);
  ascent-override: 94.9%;
  descent-override: 29.66%;
  line-gap-override: 0.0%;
  size-adjust: 104.53%;
}

.dm_sans_c1df0fd3-module__wbCL7G__className {
  font-family: DM Sans, DM Sans Fallback;
  font-style: normal;
}

.dm_sans_c1df0fd3-module__wbCL7G__variable {
  --font-sans: "DM Sans", "DM Sans Fallback";
}

/* [next]/internal/font/google/cormorant_garamond_b3ab7f66.module.css [app-client] (css) */
@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../media/d8cddd76dbfeaef0-s.7d9a0a35.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../media/591574edbe85c69b-s.126e3048.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../media/acf349172f10b359-s.4a8b4047.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../media/0926c12c4384550f-s.cbe89878.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("../media/8bd76523131fa0fc-s.p.eb17b6b9.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/d8cddd76dbfeaef0-s.7d9a0a35.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/591574edbe85c69b-s.126e3048.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/acf349172f10b359-s.4a8b4047.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/0926c12c4384550f-s.cbe89878.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../media/8bd76523131fa0fc-s.p.eb17b6b9.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../media/d8cddd76dbfeaef0-s.7d9a0a35.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../media/591574edbe85c69b-s.126e3048.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../media/acf349172f10b359-s.4a8b4047.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../media/0926c12c4384550f-s.cbe89878.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../media/8bd76523131fa0fc-s.p.eb17b6b9.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../media/d8cddd76dbfeaef0-s.7d9a0a35.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../media/591574edbe85c69b-s.126e3048.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../media/acf349172f10b359-s.4a8b4047.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../media/0926c12c4384550f-s.cbe89878.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../media/8bd76523131fa0fc-s.p.eb17b6b9.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/9cc5c0547f229dea-s.6c4275d8.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/b0947914c9718a1e-s.dfd36b11.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/d0b60be57f16ee32-s.7a65e2c2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/1f9e983605289f29-s.ef9233b7.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/01e4147cff8141ee-s.p.7787e134.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/9cc5c0547f229dea-s.6c4275d8.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/b0947914c9718a1e-s.dfd36b11.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/d0b60be57f16ee32-s.7a65e2c2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/1f9e983605289f29-s.ef9233b7.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/01e4147cff8141ee-s.p.7787e134.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/9cc5c0547f229dea-s.6c4275d8.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/b0947914c9718a1e-s.dfd36b11.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/d0b60be57f16ee32-s.7a65e2c2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/1f9e983605289f29-s.ef9233b7.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/01e4147cff8141ee-s.p.7787e134.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/9cc5c0547f229dea-s.6c4275d8.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/b0947914c9718a1e-s.dfd36b11.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/d0b60be57f16ee32-s.7a65e2c2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/1f9e983605289f29-s.ef9233b7.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/01e4147cff8141ee-s.p.7787e134.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Cormorant Garamond Fallback;
  src: local(Times New Roman);
  ascent-override: 95.27%;
  descent-override: 29.59%;
  line-gap-override: 0.0%;
  size-adjust: 96.98%;
}

.cormorant_garamond_b3ab7f66-module__1R5eaW__className {
  font-family: Cormorant Garamond, Cormorant Garamond Fallback;
}

.cormorant_garamond_b3ab7f66-module__1R5eaW__variable {
  --font-display: "Cormorant Garamond", "Cormorant Garamond Fallback";
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__c59a49d5._.css.map*/