/* GORP Serif — Neon Law's licensed web typeface. */
/* PageLayout emits the asset-origin-specific @font-face declarations. */
/* Regular is the reading face; Bold is the initial hierarchy face. */

/* Bootstrap reads this token for body text and inherits it into headings, */
/* buttons, and form controls. Keep a robust serif fallback during swap. */
:root {
  --bs-body-font-family: "GORP Serif", Georgia, "Times New Roman", serif;
}
