/* Self-hosted Lexend — the app's single UI typeface (design source of truth:
   all Penpot text is Lexend in varying weights). One variable-weight woff2
   (latin subset, incl. €/·/›/×) covers every weight the UI uses — 400 body,
   500 nav, 600 labels/buttons, 700 headings/strong, 800 donut number.

   Served from THIS origin (assets/fonts/), never a third party: the showcase
   still makes no external font request, so it stays self-contained and
   privacy-safe. font-display:swap avoids a blank-text flash on first paint. */
@font-face {
  font-family: "Lexend";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../assets/fonts/lexend-latin.woff2") format("woff2");
}
