/* ==========================================================================
   Self-hosted Fonts — Magic Flow Page Rebuild
   Quelle: google-webfonts-helper (gwfh.mranftl.com), Subsets latin + latin-ext
   Lizenz: alle Fonts SIL Open Font License (OFL)
   KEIN Request an Google-CDN zur Laufzeit — alle Dateien lokal.
   ========================================================================== */

/* --------------------------------------------------------------------------
   Montserrat — 400 / 600 / 700 / 800
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/montserrat-v31-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/montserrat-v31-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/montserrat-v31-latin_latin-ext-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../assets/fonts/montserrat-v31-latin_latin-ext-800.woff2') format('woff2');
}

/* --------------------------------------------------------------------------
   Figtree — 400 / 600 / 700
   -------------------------------------------------------------------------- */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../assets/fonts/figtree-v9-latin_latin-ext-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../assets/fonts/figtree-v9-latin_latin-ext-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../assets/fonts/figtree-v9-latin_latin-ext-700.woff2') format('woff2');
}

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