/* ══════════════════════════════════════════════
   LOKALE FONTS – DM Sans & Sora (DSGVO-konform)
   ══════════════════════════════════════════════
   
   Benötigte Dateien im /fonts/ Ordner:
   - DMSans-Light.woff2      (300)
   - DMSans-Regular.woff2    (400)
   - DMSans-Medium.woff2     (500)
   - DMSans-Bold.woff2       (700)
   - Sora-SemiBold.woff2     (600)
   - Sora-Bold.woff2         (700)
   - Sora-ExtraBold.woff2    (800)
   
   Download: https://fonts.google.com/specimen/DM+Sans
             https://fonts.google.com/specimen/Sora
   ══════════════════════════════════════════════ */

@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Light.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Medium.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-SemiBold.woff2') format('woff2');
  font-weight: 600; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Bold.woff2') format('woff2');
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-ExtraBold.woff2') format('woff2');
  font-weight: 800; font-style: normal; font-display: swap;
}
