body[data-county="tyrone"] {
    --hs-primary: #FFF;
    --hs-accent: #ED2224;
    --hs-accent-2: #FFF;
    --hs-link: #CC3333;
    /* Red menu/footer/module surfaces so white text and the logo are legible
       (the header is white, which previously left white text on a white nav). */
    --hs-nav-bg: #ED2224;
}

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

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

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