

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

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

    --color-facility: #000000;
    --color-tinted-gray: #555e5e;
    --color-tinted-white: #ecf9f9;
    --color-facility-text: #ffffff;

    --color-app: #000000;
    --color-app-text: #ffffff;
    --color-status-bar: dark;

    --color-primary: #e96609;
    --color-primary-rgb: 233,102,9;
    --color-primary-hover: #b85107;
    --color-primary-hover-rgb: 184,81,7;    
    --color-primary-dark: #b85107;
    --color-primary-light: #f7812e;
    --color-primary-text: #090a0a;
    --color-primary-on-white: #e96609;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #e96609;
    --color-primary-floor: #e96609;
    
    --color-primary-alert-background: #edb998;
    --color-primary-alert-border: #ec9e68;
    --color-primary-alert-text: #311502;
    
    --primary-h: 25;
    --primary-s: 93%;
    --primary-l: 47%;

    --color-secondary: #090a0a;
    --color-secondary-rgb: 9,10,10;
    --color-secondary-hover: #212525;
    --color-secondary-hover-rgb: 33,37,37;
    --color-secondary-dark: #000000;
    --color-secondary-light: #212525;
    --color-secondary-text: #e96609;
    --color-secondary-on-white: #090a0a;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #090a0a;
    --color-secondary-floor: #1d2020;

    --color-secondary-alert-background: #949598;
    --color-secondary-alert-border: #656669;
    --color-secondary-alert-text: #181b1b;
    
    --secondary-h: 180;
    --secondary-s: 5%;
    --secondary-l: 4%;

    --color-light: #f4ece6;
    --color-light-rgb: 244,236,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d1c2;
    --color-light-hover: #e5d1c2;
    --color-light-hover-rgb: 229,209,194;
    --color-light-dark: #e5d1c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4ece6;
    --color-light-on-black: #f4ece6;
    --color-light-border: #e96609;

    --color-light-alert-background: #f2eff0;
    --color-light-alert-border: #f2eeed;
    --color-light-alert-text: #24180f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(9, 10, 10, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://traningskompaniet.wondr.se/branding/checkboxImage?h=1768833394_c7513a34');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(85, 94, 94, 1.00);
    --header-transform: none;
    --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: #e96609;
    --bs-primary-rgb: 233,102,9;
    --bs-primary-bg-subtle: #f7812e;
    --bs-primary-border-subtle: #f7812e;
    --bs-primary-text-emphasis: #b85107;

    /* secondary */
    --bs-secondary: #090a0a;
    --bs-secondary-rgb: 9,10,10;
    --bs-secondary-bg-subtle: #212525;
    --bs-secondary-border-subtle: #212525;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}



