/* ============================================================
   ONDREA — fonts.css
   Self-hosted webfonts (OFL). No external font CDN dependency:
   faster first paint, no third-party request, better privacy.
   Cormorant Garamond — SIL OFL 1.1
   Jost — SIL OFL 1.1 (licenses in /assets/fonts/)
   ============================================================ */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal; font-weight: 300; font-display: swap;
  src: url("../assets/fonts/CormorantGaramond-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("../assets/fonts/CormorantGaramond-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic; font-weight: 300; font-display: swap;
  src: url("../assets/fonts/CormorantGaramond-LightItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic; font-weight: 400; font-display: swap;
  src: url("../assets/fonts/CormorantGaramond-Italic.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-style: normal; font-weight: 300; font-display: swap;
  src: url("../assets/fonts/Jost-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-style: normal; font-weight: 400; font-display: swap;
  src: url("../assets/fonts/Jost-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-style: normal; font-weight: 500; font-display: swap;
  src: url("../assets/fonts/Jost-Medium.woff2") format("woff2");
}
