

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

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

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

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

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

    --color-secondary: #8d08f9;
    --color-secondary-rgb: 141,8,249;
    --color-secondary-hover: #7105c9;
    --color-secondary-hover-rgb: 113,5,201;
    --color-secondary-dark: #7105c9;
    --color-secondary-light: #a43afa;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #8d08f9;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #c894f8;
    --color-secondary-alert-border: #b565f8;
    --color-secondary-alert-text: #1c0132;

    --color-light: #e6edf4;
    --color-light-rgb: 230,237,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2d2e5;
    --color-light-hover: #c2d2e5;
    --color-light-hover-rgb: 194,210,229;
    --color-light-dark: #c2d2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6edf4;
    --color-light-on-black: #e6edf4;
    --color-light-border: #4a90e2;

    --color-light-alert-background: #eceff6;
    --color-light-alert-border: #eaeff5;
    --color-light-alert-text: #0f1924;

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

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

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

    /* secondary */
    --bs-secondary: #8d08f9;
    --bs-secondary-rgb: 141,8,249;
    --bs-secondary-bg-subtle: #a43afa;
    --bs-secondary-border-subtle: #a43afa;
    --bs-secondary-text-emphasis: #7105c9;

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

    --stroke-linecap: round;
    
}   


