/* Unusual Thinkers Website — Webfonts, komplett lokal eingebunden
   Prosto One: Brand-Font (Display, nur Headlines und große Momente)
   Manrope: Body/UI-Font, Variable Font mit Achse 200–800 */

@font-face {
  font-family: "Prosto One";
  src: url("../assets/fonts/ProstoOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope-Variable.woff2") format("woff2-variations"),
       url("../assets/fonts/Manrope-Variable.woff2") format("woff2");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
