.classic-theme.dark-mode {
    --primary-color: 22, 177, 87;
    --primary-color-variant: 25, 200, 98;
    --secondary-color: 240, 83, 89;
    --secondary-color-variant: 242, 106, 112;
    --tertiary-color: 130, 186, 246;
    --tertiary-color-variant: 168, 207, 249;
    --background-color: 39, 54, 64;
    --background-color-variant: 21, 35, 44;
    --surface-color: 27, 38, 45;
    --surface-color-variant: 33, 46, 55;
    --on-surface-color: 49, 67, 80;
    --on-surface-color-variant: 33, 46, 55;
    --text-color: 255, 255, 255;
    --text-color-variant: 150, 155, 158;
}

.classic-theme.light-mode {
    --primary-color: 22, 177, 87;
    --primary-color-variant: 25, 200, 98;
    --secondary-color: 240, 83, 89;
    --secondary-color-variant: 242, 106, 112;
    --tertiary-color: 111, 168, 229;
    --tertiary-color-variant: 146, 189, 235;
    --background-color: 239, 239, 239;
    --background-color-variant: 226, 226, 226;
    --surface-color: 255, 255, 255;
    --surface-color-variant: 159, 167, 173;
    --on-surface-color: 242, 242, 245;
    --on-surface-color-variant: 244, 245, 246;
    --text-color: 37, 37, 37;
    --text-color-variant: 37, 49, 53;
}

