/* ============================================================
   Lokale Schriften – DSGVO-konform (keine Verbindung zu Google)
   Space Grotesk + DM Sans
   ============================================================ */

/* Space Grotesk – Light 300 */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/SpaceGrotesk-Light.ttf') format('truetype');
}

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

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

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

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

/* DM Sans – Light 300 */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/DMSans-Light.ttf') format('truetype');
}

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

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

/* DM Sans – Light Italic */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('/fonts/DMSans-Italic-Light.ttf') format('truetype');
}

/* DM Sans – Regular Italic */
@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/DMSans-Italic-Regular.ttf') format('truetype');
}
