/* Sleep Studio — self-hosted type system
   Display: Bricolage Grotesque (variable, OFL) — a warm, slightly
     unconventional grotesque with ink-trap character at large sizes.
     Carries the studio's personality; used with restraint, headings only.
   Body: Hanken Grotesk (variable, OFL) — humanist, warm x-height, reads
     calm at small sizes. Contrast pairing against the quirkier display face.
   Mono: IBM Plex Mono (static, OFL) — reserved for data: dB values,
     coherence scores, durations, timecodes. Never full paragraphs. */

@font-face {
  font-family: 'Display Grotesque';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('./BricolageGrotesque-Variable.woff2') format('woff2-variations'),
       url('./BricolageGrotesque-Variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Body Grotesque';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('./HankenGrotesk-Variable.woff2') format('woff2-variations'),
       url('./HankenGrotesk-Variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./IBMPlexMono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./IBMPlexMono-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Plex Mono';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./IBMPlexMono-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Plex Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./IBMPlexMono-700.woff2') format('woff2');
}
