/* Theme variations can be added here */
.theme-dark {
    --light-color: #202124;
    --dark-color: #f8f9fa;
    --light-gray: #5f6368;
    --white: #2d2d2d;
}

.theme-blue {
    --primary-color: #1a73e8;
    --secondary-color: #188038;
    --accent-color: #d93025;
}

.theme-purple {
    --primary-color: #6a1b9a;
    --secondary-color: #7b1fa2;
    --accent-color: #ab47bc;
}

/* Add more themes as needed */