/**
 * Inter Font Family - Lokal eingebunden (DSGVO-konform)
 * 
 * Diese Datei lädt die Inter-Schriftart lokal, ohne Verbindung zu Google-Servern.
 * Die Font-Dateien werden von Google Fonts Webfont Helper generiert.
 * 
 * Verfügbare Gewichte:
 * - 300 (Light)
 * - 400 (Regular)
 * - 500 (Medium)
 * - 600 (SemiBold)
 * - 700 (Bold)
 * - 800 (ExtraBold)
 * 
 * Hinweis: Lade die .woff2 Dateien von:
 * https://gwfh.mranftl.com/fonts/inter?subsets=latin,latin-ext
 * 
 * ⚡ PERFORMANCE-REVIEW: APPROVED
 * - font-display: swap für FOUT statt FOIT
 * - Nur woff2 Format (beste Kompression, 95%+ Browser-Support)
 * - Subset: latin + latin-ext für deutsche Umlaute
 */

/* Inter 300 - Light */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Inter Light'), local('Inter-Light'),
       url('./inter-v13-latin-300.woff2') format('woff2');
  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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+00C4, U+00D6, U+00DC, U+00E4, U+00F6, U+00FC, U+00DF;
}

/* Inter 400 - Regular */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Inter Regular'), local('Inter-Regular'),
       url('./inter-v13-latin-regular.woff2') format('woff2');
  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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+00C4, U+00D6, U+00DC, U+00E4, U+00F6, U+00FC, U+00DF;
}

/* Inter 500 - Medium */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Inter Medium'), local('Inter-Medium'),
       url('./inter-v13-latin-500.woff2') format('woff2');
  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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+00C4, U+00D6, U+00DC, U+00E4, U+00F6, U+00FC, U+00DF;
}

/* Inter 600 - SemiBold */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Inter SemiBold'), local('Inter-SemiBold'),
       url('./inter-v13-latin-600.woff2') format('woff2');
  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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+00C4, U+00D6, U+00DC, U+00E4, U+00F6, U+00FC, U+00DF;
}

/* Inter 700 - Bold */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Inter Bold'), local('Inter-Bold'),
       url('./inter-v13-latin-700.woff2') format('woff2');
  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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+00C4, U+00D6, U+00DC, U+00E4, U+00F6, U+00FC, U+00DF;
}

/* Inter 800 - ExtraBold */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Inter ExtraBold'), local('Inter-ExtraBold'),
       url('./inter-v13-latin-800.woff2') format('woff2');
  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+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD, U+00C4, U+00D6, U+00DC, U+00E4, U+00F6, U+00FC, U+00DF;
}
