/* Local typography stack: removes remote Google Fonts dependency. */
:root {
    --font-heading: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
    --font-body: Arial, Helvetica, sans-serif;
}
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); }
