

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

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

    --color-facility: #ffffff;
    --color-facility-variant: #e6e6e6;
    --color-tinted-gray: #55595e;
    --color-tinted-white: #ecf2f9;
    --color-facility-text: #000000;

    --color-primary: #000000;
    --color-primary-rgb: 0,0,0;
    --color-primary-hover: #1a1a1a;
    --color-primary-hover-rgb: 26,26,26;    
    --color-primary-dark: #000000;
    --color-primary-light: #1a1a1a;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #000000;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #000000;
    
    --color-primary-alert-background: #909194;
    --color-primary-alert-border: #606063;
    --color-primary-alert-text: #1a1a1a;

    --color-secondary: #4a90e2;
    --color-secondary-rgb: 74,144,226;
    --color-secondary-hover: #2275d7;
    --color-secondary-hover-rgb: 34,117,215;
    --color-secondary-dark: #2275d7;
    --color-secondary-light: #76abe9;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #4a90e2;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #4a90e2;

    --color-secondary-alert-background: #aecaef;
    --color-secondary-alert-border: #8cb7ea;
    --color-secondary-alert-text: #07182c;

    --color-light: #ededed;
    --color-light-rgb: 237,237,237;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d4d4d4;
    --color-light-hover: #d4d4d4;
    --color-light-hover-rgb: 212,212,212;
    --color-light-dark: #d4d4d4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ededed;
    --color-light-on-black: #ededed;
    --color-light-border: #000000;

    --color-light-alert-background: #efeff3;
    --color-light-alert-border: #eeeff1;
    --color-light-alert-text: #1a1a1a;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(74, 144, 226, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://baa.wondr.se/branding/checkboxImage?h=1704787899_81eb0e94');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #000000;
    --bs-primary-rgb: 0,0,0;
    --bs-primary-bg-subtle: #1a1a1a;
    --bs-primary-border-subtle: #1a1a1a;
    --bs-primary-text-emphasis: #000000;

    /* secondary */
    --bs-secondary: #4a90e2;
    --bs-secondary-rgb: 74,144,226;
    --bs-secondary-bg-subtle: #76abe9;
    --bs-secondary-border-subtle: #76abe9;
    --bs-secondary-text-emphasis: #2275d7;

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

    --stroke-linecap: round;
    
}   


