/* Inter Variable — designed by rsms (SIL Open Font License 1.1).
 *
 * A variable font with full weight axis 100–900. We use it as the primary
 * UI font on platforms that don't ship SF Pro (Windows, Linux, FiveM CEF).
 * On macOS/iOS, `-apple-system` resolves to the real SF Pro first; Inter is
 * the visually-identical fallback.
 *
 * Source: https://rsms.me/inter/ (free, open source)
 */

@font-face {
  font-family: "Inter Variable";
  src: url("InterVariable.woff2") format("woff2-variations"),
       url("InterVariable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter Variable";
  src: url("InterVariable-Italic.woff2") format("woff2-variations"),
       url("InterVariable-Italic.woff2") format("woff2");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

/* Inter ships with optional OpenType features that significantly improve the
 * "iOS feel". Enabled globally via the feature-settings utility class — apply
 * to `body` or any root container.
 *
 *   cv11 — alternate single-storey 'a' (closer to SF Pro)
 *   ss01 — open digits with disambiguated zero
 *   ss03 — single-storey 'g'
 *   tnum — tabular figures (used selectively on clocks/prices, not globally)
 */
.inter-features {
  font-feature-settings: "cv11", "ss01", "ss03";
}
