:root {
    --themeColor: #c12121;
    --themeColorRGB: 193,33,33;    
    --themeSecondaryColor: #8c0e0e;
    --themeSecondaryColorRGB: 140,14,14;    
    --themeTertiaryColor: #ff4800;
    --themeTertiaryColorRGB: 255,72,0;    
}