/* =========================
   Inter (Variable, Roman)
   ========================= */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/inter/Inter-VariableFont_opsz,wght.ttf")
       format("truetype");
}

/* =========================
   Inter (Variable, Italic)
   ========================= */
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/fonts/inter/Inter-Italic-VariableFont_opsz,wght.ttf")
       format("truetype");
}

/* =========================
   Yanone Kaffeesatz
   ========================= */
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("/assets/fonts/sofia-sans-extra-condensed/SofiaSansExtraCondensed-VariableFont_wght.ttf")
       format("truetype");
}
