/* RSL — Brand themes */

.brand-gerard {
    --rsl-accent: #c8102e;
    --rsl-hero-bg: #faf7f7;
    --rsl-text: #1a1a1a;
    --rsl-muted: #555;
}

.brand-bilka {
    --rsl-accent: #0072ce;
    --rsl-hero-bg: #f5f9fc;
    --rsl-text: #1a1a1a;
    --rsl-muted: #555;
}

.brand-novatik {
    --rsl-accent: #efca30;
    --rsl-hero-bg: #fffbf0;
    --rsl-text: #1a1a1a;
    --rsl-muted: #555;
}
