:root {
    --brand-primary: #CC0000;
    --brand-secondary: #000000;
    --brand-primary-hover: #A30000;
    --footer-bg: #1a1a1a;
    --footer-text: #cccccc;
    --header-border: #e5e5e5;
    --rojo-rvm: var(--brand-primary);
    --rojo-hover: var(--brand-primary-hover);
}
