

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5854;
    --color-tinted-white: #f8f0eb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #000000;
    --color-primary-rgb: 0,0,0;
    --color-primary-hover: #191919;
    --color-primary-hover-rgb: 25,25,25;    
    --color-primary-dark: #000000;
    --color-primary-light: #191919;
    --color-primary-text: #f8ebeb;
    --color-primary-on-white: #000000;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #909094;
    --color-primary-alert-border: #606062;
    --color-primary-alert-text: #191919;

    --color-secondary: #ec6309;
    --color-secondary-rgb: 236,99,9;
    --color-secondary-hover: #ba4e07;
    --color-secondary-hover-rgb: 186,78,7;
    --color-secondary-dark: #ba4e07;
    --color-secondary-light: #f77f30;
    --color-secondary-text: #f8f0eb;
    --color-secondary-on-white: #ec6309;
    --color-secondary-on-black: #ec6309;

    --color-secondary-alert-background: #eeb897;
    --color-secondary-alert-border: #ed9b68;
    --color-secondary-alert-text: #311401;

    --color-danger: #d94a4a;
    --color-danger-hover: #c62929;
    --color-danger-dark: #c62929;
    --color-danger-light: #e17474;
    --color-danger-text: #f8ebeb;
    --color-danger-on-white: #d94a4a;
    --color-danger-on-black: #d94a4a;

    --color-danger-alert-background: #e6aeb1;
    --color-danger-alert-border: #e28c8f;
    --color-danger-alert-text: #2a0808;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(236, 99, 9, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://malarotraningsverk.wondr.se/branding/checkboxImage?h=1756213325_695ab3bc');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5854;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

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

    --bs-secondary: #ec6309;
    --bs-secondary-rgb: 236,99,9;
    --bs-secondary-bg-subtle: #f77f30;
    --bs-secondary-border-subtle: #f77f30;
    --bs-secondary-text-emphasis: #ba4e07;

    --bs-danger: #d94a4a;
    --bs-danger-rgb: 217,74,74;
    --bs-danger-bg-subtle: #e17474;
    --bs-danger-border-subtle: #e17474;
    --bs-danger-text-emphasis: #c62929;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


