/* ==========================================================================
   PEJANO BAUUNTERNEHMUNG GMBH – Self-Hosted Fonts (DSGVO)
   fonts.css – Inter Variable Font, lokal gehostet
   Version: 1.0 | April 2026

   ANLEITUNG: Font-Dateien herunterladen von:
   https://gwfh.mranftl.com/fonts/inter?subsets=latin,latin-ext
   → Alle Gewichte (200-900) als .woff2 herunterladen
   → In assets/fonts/ ablegen
   ========================================================================== */

/* Inter – Variable Font (alle Gewichte in einer Datei) */
/* Falls Variable Font verfuegbar: */
@font-face {
  font-family: 'Inter';
  src: url('../assets/fonts/inter-v18-latin-regular.woff2') format('woff2');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

/* Fallback: Einzelne Gewichte (falls Variable Font nicht genutzt) */
@font-face {
  font-family: 'Inter';
  src: url('../assets/fonts/inter-v18-latin-200.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../assets/fonts/inter-v18-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../assets/fonts/inter-v18-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../assets/fonts/inter-v18-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../assets/fonts/inter-v18-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../assets/fonts/inter-v18-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../assets/fonts/inter-v18-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../assets/fonts/inter-v18-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
