

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

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

    --color-facility: #0050cd;
    --color-tinted-gray: #303236;
    --color-tinted-white: #ecf1f9;
    --color-facility-text: #ffffff;

    --color-app: #0050cd;
    --color-app-text: #ffffff;
    --color-status-bar: dark;

    --color-primary: #0034ed;
    --color-primary-rgb: 0,52,237;
    --color-primary-hover: #0029ba;
    --color-primary-hover-rgb: 0,41,186;    
    --color-primary-dark: #0029ba;
    --color-primary-light: #2152ff;
    --color-primary-text: #fefefe;
    --color-primary-on-white: #0034ed;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #0034ed;
    --color-primary-floor: #0034ed;
    
    --color-primary-alert-background: #90a5f3;
    --color-primary-alert-border: #6080f1;
    --color-primary-alert-text: #000b33;
    
    --primary-h: 227;
    --primary-s: 100%;
    --primary-l: 46%;

    --color-secondary: #0050cd;
    --color-secondary-rgb: 0,80,205;
    --color-secondary-hover: #003c9a;
    --color-secondary-hover-rgb: 0,60,154;
    --color-secondary-dark: #003c9a;
    --color-secondary-light: #0164ff;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #0050cd;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #0050cd;
    --color-secondary-floor: #0050cd;

    --color-secondary-alert-background: #90b1e6;
    --color-secondary-alert-border: #6090de;
    --color-secondary-alert-text: #001433;
    
    --secondary-h: 217;
    --secondary-s: 100%;
    --secondary-l: 40%;

    --color-light: #e6e9f4;
    --color-light-rgb: 230,233,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2cae5;
    --color-light-hover: #c2cae5;
    --color-light-hover-rgb: 194,202,229;
    --color-light-dark: #c2cae5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6e9f4;
    --color-light-on-black: #e6e9f4;
    --color-light-border: #0034ed;

    --color-light-alert-background: #eceef6;
    --color-light-alert-border: #eaecf5;
    --color-light-alert-text: #0f1424;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(0,0,0,0);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://jkmovement.wondr.se/branding/checkboxImage?h=1779455590_edc66212');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #0050cd;
    --header-transform: uppercase;
    --header-weight: 600;
    --header-font-style: normal;
    
    --hero-theme: dark;
    --hero-theme-class: hero-theme-dark;
    --hero-overlay-color: rgba(0, 0, 0, 0.3);
    --hero-text-color: #ffffff;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #0034ed;
    --bs-primary-rgb: 0,52,237;
    --bs-primary-bg-subtle: #2152ff;
    --bs-primary-border-subtle: #2152ff;
    --bs-primary-text-emphasis: #0029ba;

    /* secondary */
    --bs-secondary: #0050cd;
    --bs-secondary-rgb: 0,80,205;
    --bs-secondary-bg-subtle: #0164ff;
    --bs-secondary-border-subtle: #0164ff;
    --bs-secondary-text-emphasis: #003c9a;

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

    --stroke-linecap: round;
    
}



