/* ============================================================
   Zodiak — Self-hosted font (FontShare, downloaded 2026-06-11)
   Replaces external api.fontshare.com CDN link to fix CORS.
   Weights available: 300, 400, 700 (FontShare API only returns
   these three; 500/600 are synthesized by the browser via
   font-weight interpolation within the 400–700 range).
   ============================================================ */

@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/zodiak-300.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/zodiak-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/* Weight 500 uses the 400 file — browser interpolates */
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/zodiak-400.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

/* Weight 600 uses the 700 file — browser interpolates */
@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/zodiak-700.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Zodiak';
  src: url('../fonts/zodiak-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
