/* Pace Race — self-hosted fonts (latin subset, from Google Fonts).
   Self-hosted so the CSP can stay 'self'-only (no third-party font origins)
   and the dashboard works fully offline / local-first. */

/* Inter — variable weight 400–900 (single file covers every weight we use) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('./fonts/inter-var.woff2') format('woff2-variations'),
       url('./fonts/inter-var.woff2') format('woff2');
}

/* Special Gothic Expanded One — single weight, the brand display voice */
@font-face {
  font-family: 'Special Gothic Expanded One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/special-gothic-expanded-one-400.woff2') format('woff2');
}
