/* ==========================================================================
   Lokal gehostete Fonts – DSGVO-konform (kein Google-Request)
   ========================================================================== */

/* --- Inter (Variable Font, alle Gewichte 100-900) --- */
@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');
}

/* --- Poppins 400 (Regular) --- */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

/* --- Poppins 500 (Medium) --- */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
}

/* --- Poppins 600 (SemiBold) --- */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}

/* --- Poppins 700 (Bold) --- */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
}
