/* Generated from data/mcu.franchise.json — do not edit.
 * Regenerate with: npm run build
 */
:root, [data-franchise="mcu"] {
    --brand:      #ec1d24;
    --accent:     #c8102e;
    --accent-hi:  #a81017;
    --on-accent:  #ffffff;
}
@media (prefers-color-scheme: dark) {
    :root:not([data-theme="light"]),
    :root:not([data-theme="light"]) [data-franchise="mcu"] {
    --brand:      #ec1d24;
    --accent:     #ff4d55;
    --accent-hi:  #ff8a8e;
    --on-accent:  #12100e;
    }
}
:root[data-theme="dark"],
:root[data-theme="dark"] [data-franchise="mcu"] {
    --brand:      #ec1d24;
    --accent:     #ff4d55;
    --accent-hi:  #ff8a8e;
    --on-accent:  #12100e;
}
