/* Self-hosted faces.
 *
 * Nothing here fetches a font from Google: a visitor's IP address should not
 * leave this server to render a page. Declaring a family costs nothing — a
 * browser downloads a file only when something actually uses it.
 *
 * The files themselves are not in the repository yet. Until they are, the
 * stacks below fall through to a system serif, which is the right failure:
 * the page is readable and slightly wrong, rather than blank.
 */

:root {
  /* Mirrors theme.fonts in app/zygote.json. The Zygote is the source of truth
   * for which family an edition uses; this is the fallback chain for it. */
  --t-display: "EB Garamond", "Iowan Old Style", Palatino, Georgia, serif;
  --t-body: "EB Garamond", "Iowan Old Style", Palatino, Georgia, serif;
  --t-ui: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
