/* Self-hosted Spotzo fonts — variable woff2 (latin subset), one file per family,
   no third-party requests. font-weight is a range so any used weight renders. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/inter.woff2) format('woff2');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/fonts/outfit.woff2) format('woff2');
}
