/* Self-hosted variable fonts for the new cinematic homepage (Gattung 02 Scroll).
   Unbounded = Headlines/Display, Manrope = Fließtext/UI. Nur "latin" Subset (deckt
   deutsche Umlaute/ß ab), als Variable Fonts geladen -> ein File pro Familie deckt
   alle Gewichte ab. */

@font-face {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('unbounded-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('manrope-var.woff2') format('woff2');
}
