/* Inter — self-hosted, replaces the fonts.googleapis.com embed.
   Two variable font files cover every weight from 100 to 900, so this
   is smaller than the five static weights the Google embed loaded.

   Files expected next to this stylesheet:
     assets/fonts/InterVariable.woff2
     assets/fonts/InterVariable-Italic.woff2
*/

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

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

/* Optional: lets the font adjust its optical size to the rendered size.
   Harmless in browsers that ignore it. */
:root {
  font-optical-sizing: auto;
}
