/* ============================================================
   AmBuLi – Lokale Schriftarten (100 % DSGVO-konform)
   ============================================================
   KEINE Verbindung zu Google Fonts oder externen Servern!
   Alle Schriftdateien liegen lokal im Ordner /fonts.

   Verwendete Schrift: Liberation Sans
   Lizenz: SIL Open Font License v1.1 (OFL)
           -> kostenlos, auch für kommerzielle Nutzung
           -> Lizenztext: /fonts/LICENSE-LiberationSans.txt
   Liberation Sans ist metrisch kompatibel zu Arial und
   entspricht damit dem ursprünglichen Schrift-Look.
   ============================================================ */

@font-face {
  font-family: 'AmBuLi Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/LiberationSans-Regular.woff') format('woff'),
       url('../fonts/LiberationSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'AmBuLi Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/LiberationSans-Italic.woff') format('woff'),
       url('../fonts/LiberationSans-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'AmBuLi Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/LiberationSans-Bold.woff') format('woff'),
       url('../fonts/LiberationSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'AmBuLi Sans';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/LiberationSans-BoldItalic.woff') format('woff'),
       url('../fonts/LiberationSans-BoldItalic.ttf') format('truetype');
}

/* ============================================================
   OPTIONAL: Inter für pixelgenauen Look wie die Erstversion
   ------------------------------------------------------------
   Inter ist ebenfalls OFL-lizenziert (kommerziell frei).
   So bindest du sie ein:
   1. Lade Inter herunter:  https://rsms.me/inter/
      (oder Google Fonts -> "Download family" -> NICHT verlinken!)
   2. Lege Inter-Regular.woff2 / -Bold.woff2 usw. in /fonts ab.
   3. Entferne das Kommentarzeichen unten und passe in style.css
      die Variable --font-text auf 'Inter' an.
   ------------------------------------------------------------
   @font-face {
     font-family: 'Inter';
     font-style: normal;
     font-weight: 400;
     font-display: swap;
     src: url('../fonts/Inter-Regular.woff2') format('woff2'),
          url('../fonts/Inter-Regular.woff')  format('woff');
   }
   @font-face {
     font-family: 'Inter';
     font-style: normal;
     font-weight: 700;
     font-display: swap;
     src: url('../fonts/Inter-Bold.woff2') format('woff2'),
          url('../fonts/Inter-Bold.woff')  format('woff');
   }
   ============================================================ */
