/* Fade House uses a deliberately familiar editorial grotesk stack. Keeping it local avoids
   a third-party font request in a static demo and keeps the reference geometry stable. */
:root {
  --fh-display: "Arial Black", "Arial Narrow", Arial, Helvetica, sans-serif;
  --fh-body: Arial, Helvetica, sans-serif;
}
