

:root {
    --general-font-family: default;
    --header-font-family: default;

    --border-radius: 20px;
    --animation-speed: 300ms;

    --color-facility: #000000;
    --color-tinted-gray: #5a555e;
    --color-tinted-white: #f4ecf9;
    --color-facility-text: #ffffff;

    --color-primary: #1acbea;
    --color-primary-rgb: 26,203,234;
    --color-primary-hover: #12a6bf;
    --color-primary-hover-rgb: 18,166,191;    
    --color-primary-dark: #12a6bf;
    --color-primary-light: #49d6ee;
    --color-primary-text: #fffcfb;
    --color-primary-on-white: #1acbea;
    --color-primary-on-black: #1acbea;

    --color-primary-alert-background: #9ae2f2;
    --color-primary-alert-border: #70daef;
    --color-primary-alert-text: #04282f;

    --color-secondary: #8a37bd;
    --color-secondary-rgb: 138,55,189;
    --color-secondary-hover: #6d2c95;
    --color-secondary-hover-rgb: 109,44,149;
    --color-secondary-dark: #6d2c95;
    --color-secondary-light: #a258cf;
    --color-secondary-text: #150048;
    --color-secondary-on-white: #8a37bd;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #c7a7e0;
    --color-secondary-alert-border: #b381d4;
    --color-secondary-alert-text: #1d0b28;

    --color-light: #e6f2f4;
    --color-light-rgb: 230,242,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e0e5;
    --color-light-hover: #c2e0e5;
    --color-light-hover-rgb: 194,224,229;
    --color-light-dark: #c2e0e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f2f4;
    --color-light-on-black: #e6f2f4;
    --color-light-border: #1acbea;

    --color-light-alert-background: #ecf1f6;
    --color-light-alert-border: #eaf2f5;
    --color-light-alert-text: #0f2124;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(138, 55, 189, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://lightvalleybox.wondr.se/branding/checkboxImage?h=1745571284_6b0ea1a0');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(90, 85, 94, 1.00);
    --header-transform: uppercase;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #1acbea;
    --bs-primary-rgb: 26,203,234;
    --bs-primary-bg-subtle: #49d6ee;
    --bs-primary-border-subtle: #49d6ee;
    --bs-primary-text-emphasis: #12a6bf;

    /* secondary */
    --bs-secondary: #8a37bd;
    --bs-secondary-rgb: 138,55,189;
    --bs-secondary-bg-subtle: #a258cf;
    --bs-secondary-border-subtle: #a258cf;
    --bs-secondary-text-emphasis: #6d2c95;

    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;
    --fa-secondary-opacity: 0.55;

    --stroke-linecap: round;
    
}   


