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

/* Chrome ligature + contextual alternates fix */
:root {
  font-family: Inter, sans-serif;
  font-feature-settings:
    'liga' 1,
    'calt' 1;
}

@supports (font-variation-settings: normal) {
  :root {
    font-family: Inter, sans-serif;
  }
}
