/* ============================================================
   ARCADE FOTOBOX – fonts.css
   Lokal gehostete Schriften (statt Google-Fonts-CDN, DSGVO-konform).
   Die .woff2-Dateien liegen im Ordner /fonts im Website-Root.
   Alle drei Schriften stehen unter der SIL Open Font License –
   Selbst-Hosten ist ausdrücklich erlaubt.
   ============================================================ */

/* --- Press Start 2P (Pixel-Font für Buttons, Labels, Akzente) --- */
@font-face {
  font-family: 'Press Start 2P';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../fonts/press-start-2p-regular.woff2') format('woff2');
}

/* --- Anton (Chrom-Headlines & Paketnamen) --- */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../fonts/anton-regular.woff2') format('woff2');
}

/* --- Rubik (Fließtext) --- */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../../fonts/rubik-regular.woff2') format('woff2');
}

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

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

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