/* Brand variable overrides for B&M Dak-Totaal.
 * Parent tokens.css (the navy/blue design system) is the source of truth;
 * this child layer is the per-brand override point. For B&M the design IS the
 * brand, so we only re-assert the green ACCENT family to match the new tokens.
 * Loaded after parent core.css so these win the cascade. */

:root {
    --green: #009fe3;
    --green-dark: #13794f;
    --green-soft: #3fbf8a;
    --green-light: #e6f6ef;
}
