/* ============================================================
   //cmrabdu suite — self-hosted fonts (woff2)
   Both families are open-source and redistributable:
     · Hanken Grotesk — SIL Open Font License 1.1
     · Geist Mono      — SIL Open Font License 1.1 (Vercel)
   Drop the .woff2 files in ./fonts/ (see fonts/README.txt for the
   exact filenames & where to fetch them), then include this file
   BEFORE tokens.css. No CDN, no network dependency.
   ============================================================ */

/* ---------- Hanken Grotesk (UI) ---------- */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('./fonts/HankenGrotesk-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('./fonts/HankenGrotesk-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('./fonts/HankenGrotesk-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('./fonts/HankenGrotesk-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal; font-weight: 800; font-display: swap;
  src: url('./fonts/HankenGrotesk-ExtraBold.woff2') format('woff2');
}

/* ---------- Geist Mono (numeric voice) ---------- */
@font-face {
  font-family: 'Geist Mono';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('./fonts/GeistMono-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('./fonts/GeistMono-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('./fonts/GeistMono-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal; font-weight: 700; font-display: swap;
  src: url('./fonts/GeistMono-Bold.woff2') format('woff2');
}
