/* =========================================
   LOKALE SCHRIFTEN (DSGVO-Konform)
   ========================================= */

/* --- 1. INTER (Für den normalen Text) --- */

/* Light (300) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/inter-v20-latin_latin-ext-300.woff2') format('woff2');
}

/* Regular (400) - Das ist die Standard-Schrift */
@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');
}

/* Medium (500) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/inter-v20-latin_latin-ext-500.woff2') format('woff2');
}

/* Semi-Bold (600) */
@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');
}


/* --- 2. INTER TIGHT (Für Überschriften) --- */

/* Light (300) */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/inter-tight-v9-latin_latin-ext-300.woff2') format('woff2');
}

/* Regular (400) */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/inter-tight-v9-latin_latin-ext-regular.woff2') format('woff2');
}

/* Medium (500) */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/fonts/inter-tight-v9-latin_latin-ext-500.woff2') format('woff2');
}

/* Semi-Bold (600) */
@font-face {
  font-family: 'Inter Tight';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/fonts/inter-tight-v9-latin_latin-ext-600.woff2') format('woff2');
}