/* ============================================================
   COVER – lokale Schriften
   Lege die .woff2-Dateien in genau diesen Ordner (fonts/).
   Dateinamen siehe unten. Anleitung: FONTS-README.txt
   ============================================================ */

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

/* --- Anton (HMI) --- */
@font-face{
  font-family:'Anton';
  font-style:normal;font-weight:400;font-display:swap;
  src:url('anton-400.woff2') format('woff2');
}

/* --- Monoton (People) --- */
@font-face{
  font-family:'Monoton';
  font-style:normal;font-weight:400;font-display:swap;
  src:url('monoton-400.woff2') format('woff2');
}

/* --- Playfair Display (Exterior + Anriss/Titel) --- */
@font-face{
  font-family:'Playfair Display';
  font-style:normal;font-weight:400;font-display:swap;
  src:url('playfair-400.woff2') format('woff2');
}
@font-face{
  font-family:'Playfair Display';
  font-style:normal;font-weight:500;font-display:swap;
  src:url('playfair-500.woff2') format('woff2');
}
@font-face{
  font-family:'Playfair Display';
  font-style:italic;font-weight:400;font-display:swap;
  src:url('playfair-italic-400.woff2') format('woff2');
}

/* --- Bodoni Moda (Marke "COVER", Schlusszeichen) --- */
@font-face{
  font-family:'Bodoni Moda';
  font-style:normal;font-weight:400;font-display:swap;
  src:url('bodoni-400.woff2') format('woff2');
}

/* --- Inter (Fliesstext, Navigation, Datum) --- */
@font-face{
  font-family:'Inter';
  font-style:normal;font-weight:300;font-display:swap;
  src:url('inter-300.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;font-weight:400;font-display:swap;
  src:url('inter-400.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;font-weight:500;font-display:swap;
  src:url('inter-500.woff2') format('woff2');
}
