/* Self-hosted web fonts (previously loaded from fonts.googleapis.com).
 *
 * Only Tenor Sans is defined here — Corben was on the old Google Fonts <link>
 * but is never referenced by landing.css, so it was dropped. The woff2 is fetched
 * with a pinned hash and injected into static/ by the Nix build
 * (packages.<system>.landingAssets); the devshell stages the same file for local
 * `zola serve`. "Bifur" (logo) stays defined in landing.css from a bundled TTF. */
@font-face {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/tenor-sans-latin-400-normal.woff2") format("woff2");
}
