body[data-county="kildare"] {
    --hs-primary: #FFF;
    --hs-accent: #000;
    --hs-accent-2: #FFF;
    --hs-link: #CC3333;
    --hs-nav-bg: #000;
    --hs-nav-fg: #FFF;
}

/* ".com" sits on the black footer surface — keep it white there. */
body[data-county="kildare"] .hs-brand-tld {
    color: #FFF;
}

/* The black logo mark is invisible on the black footer — render it white. */
body[data-county="kildare"] .footer__brand .hs-brand-mark {
    background: #FFF;
}

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