/* css/fonts.css - Inter Variable Font lokal laden */

/* latin (Basis - deckt die meisten Fälle ab) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;  /* Variable Font: Vollbereich */
  font-display: swap;
  src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122;
}

/* Erweiterte Zeichen (optional - nur bei Bedarf) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
  unicode-range: U+0100-02AF, U+0300-0304, U+0308, U+0329, U+1E00-1E9F, U+20AB;
}

/* Vollständige Verwendung in deiner CSS */
body {
  font-family: 'Inter', sans-serif;
  font-weight: 400;  /* Variable Font passt sich automatisch an */
}
