:root
{
    --green-hue: 93;
    --green-saturation: 66%;
    --green-lightness: 73%;
    --red-hue: 318;
    --red-saturation: 87%;
    --red-lightness: 82%;
    --orange-hue: 38;
    --orange-saturation: 78%;
    --orange-lightness: 75%;
    --yellow-hue: 57;
    --yellow-saturation: 100%;
    --yellow-lightness: 71%;
    --purple-hue: 276;
    --purple-saturation: 41%;
    --purple-lightness: 79%;
    --blue-hue: 180;
    --blue-saturation: 36%;
    --blue-lightness: 80%;
    --bs-body-color: #f0f0f0;
    --bs-body-color-rgb: 240,240,240;
    --body-color-filter: invert(100%) sepia(2%) saturate(548%) hue-rotate(208deg) brightness(115%) contrast(88%);
    --bs-body-bg: #121212;
    --bs-body-rgb: 255,255,255;
    --bs-primary: #a2cae6;
    --bs-primary-rgb: 51,132,190;
    --bs-secondary: #178ecf;
    --bs-secondary-rgb: 141,206,242;
    --bs-success: #66b625;
    --bs-success-rgb: 141,219,77;
    --bs-danger: #ef1aaf;
    --bs-danger-rgb: 244,98,200;
    --bs-info: #52adad;
    --bs-info-rgb: 135,197,197;
    --bs-warning: #cc8b19;
    --bs-warning-rgb: 233,174,73;
    --bs-light: #ebf7ff;
    --bs-light-rgb: 235,247,255;
    --bs-dark: #00416d;
    --bs-dark-rgb: 0,65,109;
}
