/* MUTA — Geist (variable, weights 100–900)
   Connect: <link rel="stylesheet" href="/fonts/fonts.css">
   Use:     font-family: "Geist", sans-serif; */

@font-face {
  font-family: "Geist";
  /* WOFF2 first (69KB vs the TTF's 169KB, same glyphs — browser stops at
     the first format it supports, so this only ever fetches one file);
     TTF kept as a fallback for the rare browser without WOFF2 support. */
  src:
    url("Geist/Geist-VariableFont_wght.woff2") format("woff2"),
    url("Geist/Geist-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
