/* Self-hosted home page fonts — load before mud.css to avoid FOUT */

@font-face {
  font-family: "Inter";
  src: url("/static/fonts/home/inter-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Cinzel";
  src: url("/static/fonts/home/cinzel-latin.woff2") format("woff2");
  font-weight: 600 900;
  font-style: normal;
  font-display: block;
}

/* Beat mud.css body { JetBrains Mono } on first paint */
body.page-home {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
