/* ============================================================
   BLOOD DIAMOND TATTOO INK. — SELF-HOSTED FONTS
   DSGVO: keine Google-Fonts-Anfragen vom Nutzer-Browser aus. Alle Dateien
   liegen lokal unter kunden/blood-diamond/brand/fonts/. Referenziert die
   Familien aus tokens.css (--font-display / --font-serif / --font-grotesk).
   Quelle: Google Fonts (OFL-1.1, siehe LICENSE.txt in diesem Ordner).
   Geladen 2026-07-14, Latin-Subset (deckt deutsche Umlaute/ß ab).
   ============================================================ */

/* Anton — Poster-Statements, Versalien (--font-display) */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./Anton-400.woff2') format('woff2');
}

/* Cormorant Garamond Italic — Kontrast-Momente (--font-serif)
   Variable Datei: deckt 400 & 500 ab, Browser wählt die Instanz über
   font-weight. */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('./CormorantGaramond-Italic-variable-latin.woff2') format('woff2');
}

/* Archivo — Body, Labels, UI (--font-grotesk)
   Variable Datei: deckt 400 / 500 / 600 ab. */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('./Archivo-variable-latin.woff2') format('woff2');
}
