/* Self-hosted fonts (latin subset) — no external requests so a slow/blocked
   Google Fonts CDN can never stall page load. Inter v20 is a variable font,
   so a single file covers weights 400-800. */

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

@font-face {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/russo-one-latin.woff2') format('woff2');
}
