/*
 * TTL Basketball Bamberg – lokal gehostete Schriften (DSGVO: keine Anfrage an Google-CDN).
 * Schriften: Anton, Oswald, Inter (SIL Open Font License). Subsets latin + latin-ext (Umlaute/ß).
 * Bezogen via google-webfonts-helper; ersetzt die frühere fonts.googleapis.com-Einbindung.
 */

/* Anton – 400 (Display) */
@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('anton-v27-latin_latin-ext-regular.woff2') format('woff2');
}

/* Oswald – 400/500/600/700 (Headlines) */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('oswald-v57-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('oswald-v57-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('oswald-v57-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('oswald-v57-latin_latin-ext-700.woff2') format('woff2');
}

/* Inter – 400/500/600 (Fließtext) */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('inter-v20-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('inter-v20-latin_latin-ext-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('inter-v20-latin_latin-ext-600.woff2') format('woff2');
}
