/*
 * OneAdcon frontend overlay
 * Loaded only when Vantam/Flexora is active.
 *
 * Keep overrides conservative so the parent theme remains functional.
 */

:root {
    --oneadcon-primary: #111111;
    --oneadcon-accent: #c9a227;
    --oneadcon-white: #ffffff;
}

/* Agency attribution utility class */
.oneadcon-brand {
    font-family: inherit;
    letter-spacing: .02em;
}

/* Optional branded focus state */
.oneadcon-brand a:focus-visible {
    outline: 2px solid var(--oneadcon-accent);
    outline-offset: 3px;
}
