body[data-county="monaghan"] {
    --hs-primary: #21409A;
    --hs-accent: #0D009E;
    --hs-accent-2: #21409A;
    --hs-link: #0D009E;
    /* Keep all menu text white across the deep-blue nav. */
    --hs-nav-fg: #fff;
}

/* Logo mark and ".com" use the dark-blue accent, which disappears on the
   deep-blue header/menu/footer surfaces — render them white throughout. */
body[data-county="monaghan"] .hs-brand-mark {
    background: #fff;
}

body[data-county="monaghan"] .hs-brand-tld {
    color: #fff;
}

/* Social icons + install button also use the dark-blue accent — keep them white
   on the deep-blue header. */
body[data-county="monaghan"] #header #socialicons a,
body[data-county="monaghan"] #header #pwa-install-header-btn {
    color: #fff !important;
}

body[data-county="monaghan"] #header {
    background-image: url(/styles/images/head/monaghan.gif);
}
