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

/* Oswald (variable – alle Gewichte) */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/Oswald-variable.woff2') format('woff2');
}

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

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