/* ============================================================
   Agentic Punks — Webfonts (self-hosted)
   Display : Bowlby One (chunky poster caps — headlines/display only)
   Mono    : Space Mono (everything else: body, UI, labels)
   Bewusst self-hosted statt Google-Fonts-Import (Datensouveraenitaet,
   Policy 4). woff2 latin-Subset, einmalig aus Google Fonts gezogen.
   ============================================================ */

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

@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/space-mono-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/space-mono-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Mono';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/space-mono-400-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Mono';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/space-mono-700-italic.woff2') format('woff2');
}
