/* ============================================================
   Selbst gehostete Google Fonts (Lilita One, Inter, Caveat).
   Ersetzt den externen Request an fonts.googleapis.com/fonts.gstatic.com
   - kein Third-Party-Request mehr, schnellerer First Paint.
   WICHTIG: Bei Uploads IMMER zusammen mit dem Ordner assets/fonts/
   hochladen, sonst fehlen die Schriftdateien auf dem Server!
   ============================================================ */
@font-face {
  font-family: 'Lilita One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/lilita-one-v17-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/inter-v20-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/inter-v20-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/inter-v20-latin_latin-ext-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/caveat-v23-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/caveat-v23-latin_latin-ext-700.woff2') format('woff2');
}
/* Nur fuer den Hover-Zustand des "dermarkenmanager.com entdecken"-Buttons in der
   Markenmanager-Sektion (kunstrasen.html) - wird von Browsern nur dann tatsaechlich
   heruntergeladen, wenn diese Regel auch greift (kein Effekt auf die anderen Seiten). */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/bebas-neue-v16-latin-regular.woff2') format('woff2');
}
