/**
 * Inter variable font, self-hosted.
 * The 100–900 range is what lets the site set text at weight 460 and
 * emphasis at 560 — see --weight-text / --weight-emphasis in global.css.
 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/inter-var.woff2') format('woff2');
}

/* Ligatures and contextual alternates */
html {
  font-feature-settings: 'liga' 1, 'calt' 1;
}
