/* GazetteSearch — site-wide application of the design system.
   Tokens load from /static/ds/styles.css; this maps them onto the site.
   Loaded AFTER the DS so it wins. Update brand via /static/ds/* (swappable). */
body { font-family: var(--font-sans) !important; color: var(--text-body); }
h1,h2,h3,h4,h5,h6 { font-family: var(--font-sans) !important; letter-spacing: var(--tracking-tight); }
.hero h1, .gs-display, h1.display { font-family: var(--font-serif) !important; font-weight: 500; }
.gs-data, .count, .ct, .credit, .stat .n { font-family: var(--font-mono); }
