/* ==========================================================================
   Inter (self-hosted) – ersetzt die Google-Fonts-CDN-URL.
   Subsets: latin, latin-ext. Weights: 400, 500, 600, 700.
   Bezogen via google-webfonts-helper (gwfh.mranftl.com), Inter v20.
   font-display: swap in jedem Block ersetzt das &display=swap der alten URL.
   ========================================================================== */

/* inter-regular - latin_latin-ext */
@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');
}

/* inter-500 - latin_latin-ext */
@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');
}

/* inter-600 - latin_latin-ext */
@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');
}

/* inter-700 - latin_latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./inter-v20-latin_latin-ext-700.woff2') format('woff2');
}
