.colourblind-theme {
    --primary-color: 30, 112, 178;
    --primary-color-variant: 34, 126, 200;
    --secondary-color: 239, 186, 75;
    --secondary-color-variant: 241, 195, 98;
    --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;
}

