/* ================================================
   AM-Fotografie — Lokale Fonts (DSGVO-konform)
   Keine Verbindung zu Google-Servern.

   ANLEITUNG: Lade diese Font-Dateien in den
   Ordner /fonts/ auf deinem Webserver hoch:
   - BebasNeue-Regular.woff2
   - DMSans-Light.woff2
   - DMSans-Regular.woff2
   - DMSans-SemiBold.woff2
   - DMSans-LightItalic.woff2

   Download: https://fonts.google.com/specimen/Bebas+Neue
             https://fonts.google.com/specimen/DM+Sans
   Dort oben rechts "Download family" klicken.
   Die .ttf Dateien mit https://cloudconvert.com/ttf-to-woff2
   in .woff2 umwandeln und umbenennen.
================================================ */

@font-face {
  font-family: 'Bebas Neue';
  src: url('fonts/BebasNeue-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@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-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  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-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
