/* Theme Variables */
:root {
    --main-bg-color: #207ebd ; /* Dark blue */
    --accent-color: #e74c3c; /* Red */
    --text-color-light: #ffffff; /* White */
    --text-color-dark: #333333; /* Dark gray */
}
