﻿:root {
    color-scheme: dark !important;
    --rgb-toast-cta: 16,16,16;
    --rgba-toast-cta: 16,16,16,1;
    --rgb-toast-detail-icon-fill: 73, 134, 226;
    --rgb-toast-detail-fill: 215, 231, 255;
    --rgb-toast-detail-text: 0, 50, 124;
    --rgb-toast-error-icon-fill: 255, 99, 99;
    --rgb-toast-error-fill: 255, 224, 224;
    --rgb-toast-error-text: 107, 0, 0;
    --rgb-toast-warning-icon-fill: 255, 180, 68;
    --rgb-toast-warning-fill: 255, 245, 221;
    --rgb-toast-warning-text: 79, 56, 0;
    --rgb-toast-success-icon-fill: 66, 168, 95;
    --rgb-toast-success-fill: 225, 248, 236;
    --rgb-toast-success-text: 6, 98, 59;
}

html[data-theme='light'] {
    color-scheme: light !important;
}

html[data-theme='dark'] {
    --rgb-toast-cta: 255, 255, 255;
    --rgba-toast-cta: 255, 255, 255, 0.6;
    --rgb-toast-detail-icon-fill: 52, 93, 153;
    --rgb-toast-detail-fill: 14, 36, 89;
    --rgb-toast-detail-text: 142, 174, 221;
    --rgb-toast-error-icon-fill: 189, 73, 73;
    --rgb-toast-error-fill: 61, 20, 42;
    --rgb-toast-error-text: 233, 126, 126;
    --rgb-toast-warning-icon-fill: 225, 135, 0;
    --rgb-toast-warning-fill: 61, 53, 42;
    --rgb-toast-warning-text: 226, 193, 111;
    --rgb-toast-success-icon-fill: 92, 176, 115;
    --rgb-toast-success-fill: 42, 70, 59;
    --rgb-toast-success-text: 108, 183, 151;
}

html[data-theme='blue'] {
    --rgb-toast-cta: 255, 255, 255;
    --rgba-toast-cta: 255, 255, 255, 0.6;
    --rgb-toast-detail-icon-fill: 52, 93, 153;
    --rgb-toast-detail-fill: 14, 36, 89;
    --rgb-toast-detail-text: 142, 174, 221;
    --rgb-toast-error-icon-fill: 189, 73, 73;
    --rgb-toast-error-fill: 61, 20, 42;
    --rgb-toast-error-text: 233, 126, 126;
    --rgb-toast-warning-icon-fill: 225, 135, 0;
    --rgb-toast-warning-fill: 61, 53, 42;
    --rgb-toast-warning-text: 226, 193, 111;
    --rgb-toast-success-icon-fill: 92, 176, 115;
    --rgb-toast-success-fill: 42, 70, 59;
    --rgb-toast-success-text: 108, 183, 151;
}

html[data-theme='purple'] {
    --rgb-toast-cta: 255, 255, 255;
    --rgba-toast-cta: 255, 255, 255, 0.6;
    --rgb-toast-detail-icon-fill: 47, 82, 148;
    --rgb-toast-detail-fill: 13, 32, 84;
    --rgb-toast-detail-text: 131, 165, 219;
    --rgb-toast-error-icon-fill: 183, 65, 69;
    --rgb-toast-error-fill: 55, 18, 40;
    --rgb-toast-error-text: 231, 112, 120;
    --rgb-toast-warning-icon-fill: 222, 121, 0;
    --rgb-toast-warning-fill: 55, 47, 40;
    --rgb-toast-warning-text: 223, 186, 105;
    --rgb-toast-success-icon-fill: 83, 167, 109;
    --rgb-toast-success-fill: 38, 62, 56;
    --rgb-toast-success-text: 97, 175, 146;
}
