/*
 * Public-release font policy: the Pages/PWA shell must not depend on
 * third-party font hosts. The visual system keeps the branded font-family
 * tokens in style.css, but resolves them through local/system fallbacks only.
 * This preserves offline behavior, avoids external font requests, and keeps
 * the site readable if installed as a PWA or mirrored from the release artifact.
 */
:root{
  --release-font-policy: system-ui;
}
