/* ============================================================
   AMADEUS AI — self-hosted variable fonts
   Local TTFs are primary; the Google Fonts <link> in the head
   stays as a network backup.
   ============================================================ */

/* Fustat — sans / body / interface */
@font-face {
  font-family: "Fustat";
  src: url("../fonts/Fustat-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

/* Inconsolata — mono / labels / traces (width + weight axes) */
@font-face {
  font-family: "Inconsolata";
  src: url("../fonts/Inconsolata-VariableFont_wdth_wght.ttf") format("truetype-variations");
  font-weight: 300 700;
  font-stretch: 50% 200%;
  font-style: normal;
  font-display: swap;
}

/* Literata — serif / headlines / statements (optical-size + weight axes) */
@font-face {
  font-family: "Literata";
  src: url("../fonts/Literata-VariableFont_opsz_wght.ttf") format("truetype-variations");
  font-weight: 300 560;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Literata";
  src: url("../fonts/Literata-Italic-VariableFont_opsz_wght.ttf") format("truetype-variations");
  font-weight: 400 560;
  font-style: italic;
  font-display: swap;
}
