/*
 * Lokale Fonts fuer illusion-braunschweig.de
 *
 * DSGVO-konform: Die Website darf keine Fonts von Google Servern laden
 * (LG Muenchen, Az. 3 O 17493/20). Fonts muessen lokal gehostet werden.
 *
 * INSTALLATION (einmalig):
 * 1. Downloade die folgenden Fonts von https://fonts.google.com:
 *    - Raleway (200, 300, 400, 500, 600, 700, italic 300)
 *    - Titillium Web (200, 300, 400, 600)
 *    - Allura (400)
 * 2. Konvertiere zu WOFF2 (falls noetig): https://google-webfonts-helper.herokuapp.com/
 * 3. Lege die .woff2-Dateien in diesen Ordner (assets/fonts/)
 * 4. Entkommentiere die @font-face-Blocks unten
 *
 * Bis dahin: System-Font-Fallback (siehe font-family-Definitionen in den HTML-Dateien).
 */

/* ── Raleway ─────────────────────────────────────────────── */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('Raleway-ExtraLight.woff2') format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('Raleway-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Raleway-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('Raleway-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('Raleway-SemiBold.woff2') format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('Raleway-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('Raleway-LightItalic.woff2') format('woff2');
}

@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url('TitilliumWeb-ExtraLight.woff2') format('woff2');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('TitilliumWeb-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('TitilliumWeb-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('TitilliumWeb-SemiBold.woff2') format('woff2');
}

@font-face {
  font-family: 'Allura';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('Allura-Regular.woff2') format('woff2');
}
