:root { 
    --cs-main-color: #b40528; 
    --cs-top-bar: #b40528; 
    --cs-menu: #b40528; 
    --footer: #b40528; 
    --footer-copyright: #b40528;
    --text-red: #ee1825;
    --text-color: #000;
    --bg-white: #ffffff;
    --facebook: #3b5998;
    --twitter: #1da1f2;
    --youtube: #ff0000;
}

/* Dark Mode Variables */
.dark-mode {
    --cs-main-color: #000;
    --cs-top-bar: #000;
    --cs-menu: #000;
    --footer: #000;
    --footer-copyright: #000;
    --background-color: #121212;
    --text-color: #ffffff;
    --bg-white: #ffffff;
    --facebook: #fff;
    --twitter: #fff;
    --youtube: #fff;
} 
