/* ============================================================
   Chloeta — Webfonts
   Headings: Futura PT (licensed). Where unavailable, the brand
   falls back to Jost, a geometric sans with near-identical
   proportions to Futura. Jost binaries are bundled below.
   Body: Georgia — a system serif present on all platforms,
   so no binary is shipped (declared in the stack only).
   ============================================================ */

/* --- Jost (Futura PT substitute) --- */
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/jost-400.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/jost-500.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/jost-600.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/jost-700.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/jost-400-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/jost-600-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Jost";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/jost-700-italic.woff2") format("woff2");
}
