/* =========================================================================
   fonts.css - self-hosted variable fonts (woff2, font-display:swap).
   Satoshi Variable (Fontshare, FFL licence - see FFL.txt) covers 300-900,
   so heading weights 600/700/800/900 all resolve from ONE file.
   Inter Variable (Google Fonts latin subset) covers 100-900 for body.
   Both are preloaded in functions.php.
   ========================================================================= */

/* Heading: Satoshi */
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

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