/* ═══════════════════════════════════════════════════════════════════
   Manrope — LOKAL gehostet. KEIN Google-Fonts-CDN.
   DSGVO: verhindert, dass die Besucher-IP an Google übertragen wird
   (vgl. LG München I, 20 O 2411/20). Deckt sich mit der App, die die
   Schrift ebenfalls bündelt (main.dart: allowRuntimeFetching = false).
   Eingebunden via @import in styles.css + legal.css und als <link>
   in index.html (das nur Inline-Styles hat). Lizenz: fonts/OFL.txt.
═══════════════════════════════════════════════════════════════════ */
@font-face {
  font-family: 'Manrope'; font-style: normal; font-weight: 300;
  font-display: swap; src: url('fonts/Manrope-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope'; font-style: normal; font-weight: 400;
  font-display: swap; src: url('fonts/Manrope-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope'; font-style: normal; font-weight: 500;
  font-display: swap; src: url('fonts/Manrope-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope'; font-style: normal; font-weight: 600;
  font-display: swap; src: url('fonts/Manrope-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope'; font-style: normal; font-weight: 700;
  font-display: swap; src: url('fonts/Manrope-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope'; font-style: normal; font-weight: 800;
  font-display: swap; src: url('fonts/Manrope-ExtraBold.ttf') format('truetype');
}
