/* publonpress.brand.css — the Publon.Press brand hue, set at :root so
 * class.ui.css derives --ui-primary-* (nav, footer, links, --wbk-accent) from
 * it. Loaded ONLY on Publon.Press's own pages (index/reader/factoring), never
 * as the embedded-reader guest on ScholarCloud or NeuroCraft — so it cannot
 * override a host system's accent. Brand blue ≈ hsl(212, 80%, 45%) (#176DCF,
 * the long-standing Publon.Press blue). One token, one place. */
:root {
    --hp-hue-1: 212;
    --hp-sat-1: 80%;
    --hp-l-shift-1: 0%;
}
