/* =========================================================
   fonts.css – Lokal gehostete Schriften (ehem. Google Fonts)
   ---------------------------------------------------------
   Benötigte Dateien unter assets/fonts/ ablegen.
   Download z. B. über https://gwfh.mranftl.com
   (google-webfonts-helper): Archivo (400, 500, 700, 900)
   und Fraunces (400, 600, 700), Format woff2, Charset latin.
   ========================================================= */

/* ---------- Archivo ---------- */
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/archivo-v20-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('assets/fonts/archivo-v20-latin-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/archivo-v20-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('assets/fonts/archivo-v20-latin-900.woff2') format('woff2');
}

/* ---------- Fraunces ---------- */
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/fraunces-v32-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('assets/fonts/fraunces-v32-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('assets/fonts/fraunces-v32-latin-700.woff2') format('woff2');
}
