/* ============================================================
   TradeSmartAI — Webfonts
   Oxanium: angular, technical display + UI typeface (the brand's
   single typeface). Variable weight 200–800.
   ============================================================ */

@font-face {
  font-family: "Oxanium";
  src: url("../assets/fonts/Oxanium-VariableFont_wght.ttf") format("truetype-variations"),
       url("../assets/fonts/Oxanium-VariableFont_wght.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: optional;
}

/* Static bold fallback for environments without variable-font support */
@font-face {
  font-family: "Oxanium Bold";
  src: url("../assets/fonts/Oxanium-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}
