/* ============================================================
   Jan Homeyer — Webfonts (self-hosted, WOFF2)
   Lexend (SIL Open Font License). Nur die tatsächlich genutzten
   Weights: 200 (Body), 300 (quiet text), 400 (nav), 500 (UI),
   900 (Display). Erzeugt via `npm run build:fonts` aus /fonts-src.
   ============================================================ */

@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Lexend-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/Lexend-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Lexend-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Lexend-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Lexend-Black.woff2") format("woff2");
}
