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

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

/* ==========================================================================
   Static Font Fallbacks (ONLY regular & bold)
   Browser fallback for older engines / legacy systems
   ========================================================================== */

/* Regular – 400 */
@font-face {
  font-family: "Inter";
  src: url("./static/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Bold – 700 */
@font-face {
  font-family: "Inter";
  src: url("./static/Inter_18pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Italic Regular – 400 italic */
@font-face {
  font-family: "Inter";
  src: url("./static/Inter_18pt-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Italic Bold – 700 italic */
@font-face {
  font-family: "Inter";
  src: url("./static/Inter_18pt-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
