/* Self-hosted fonts — no external origins (CSP-safe). */
@font-face {
  font-family: "Zoe Serif";
  src: url("young-serif-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Zoe Sans";
  src: url("work-sans-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Zoe Mono";
  src: url("geist-mono-400.woff2") format("woff2");
  font-weight: 400; font-style: normal; font-display: swap;
}
