/*
 * Self-hosted Inter (variable). Replaces the rsms.me CDN link that
 * was loaded from html.html.twig before, so the site makes no
 * third-party HTTP requests on page load. Two WOFF2 files cover
 * weights 100–900 + italic via variable font support.
 *
 * Modern browser support: every browser SAR cares about supports
 * variable fonts. No legacy static-weight fallback needed.
 */

@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../assets/fonts/InterVariable.woff2') format('woff2');
}
@font-face {
  font-family: InterVariable;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../assets/fonts/InterVariable-Italic.woff2') format('woff2');
}

/* The base theme's Tailwind config references both "Inter" and
 * "InterVariable" as font-family values. Keep both names mapped to
 * the variable font.
 */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../assets/fonts/InterVariable.woff2') format('woff2');
}
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../assets/fonts/InterVariable-Italic.woff2') format('woff2');
}
