

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

    --border-radius: 20px;

    --color-facility: #000000;
    --color-tinted-gray: #5d5454;
    --color-tinted-white: #f8ebeb;
    --color-facility-text: #f8ebeb;

    --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: #ffffff;
    --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: #696767;
    --color-secondary-rgb: 105,103,103;
    --color-secondary-hover: #4f4d4d;
    --color-secondary-hover-rgb: 79,77,77;
    --color-secondary-dark: #4f4d4d;
    --color-secondary-light: #828080;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #696767;
    --color-secondary-on-black: #696767;

    --color-secondary-alert-background: #bab9bd;
    --color-secondary-alert-border: #9f9ea0;
    --color-secondary-alert-text: #191919;

    --color-danger: #c60000;
    --color-danger-hover: #f90000;
    --color-danger-dark: #930000;
    --color-danger-light: #f90000;
    --color-danger-text: #ffffff;
    --color-danger-on-white: #c60000;
    --color-danger-on-black: #c60000;

    --color-danger-alert-background: #df9094;
    --color-danger-alert-border: #d66062;
    --color-danger-alert-text: #330000;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(105, 103, 103, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://jkmovement.wondr.se/branding/checkboxImage?h=1756454504_edc66212');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5454;
    --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: #696767;
    --bs-secondary-rgb: 105,103,103;
    --bs-secondary-bg-subtle: #828080;
    --bs-secondary-border-subtle: #828080;
    --bs-secondary-text-emphasis: #4f4d4d;

    --bs-danger: #c60000;
    --bs-danger-rgb: 198,0,0;
    --bs-danger-bg-subtle: #f90000;
    --bs-danger-border-subtle: #f90000;
    --bs-danger-text-emphasis: #930000;


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

    --stroke-linecap: round;
    
}   


