/*
 * Timator theme tokens.
 * Custom components must consume these variables instead of hard-coded brand colors.
 */
:root {
    --theme-brand-color: #1260aa;
    --theme-brand-color-hover: #0e4981;
}
