

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #363030;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #000000;

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

    --color-primary: #080909;
    --color-primary-rgb: 8,9,9;
    --color-primary-hover: #202424;
    --color-primary-hover-rgb: 32,36,36;    
    --color-primary-dark: #000000;
    --color-primary-light: #202424;
    --color-primary-text: #fffbfb;
    --color-primary-on-white: #080909;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #080909;
    --color-primary-floor: #1d2020;
    
    --color-primary-alert-background: #939498;
    --color-primary-alert-border: #656668;
    --color-primary-alert-text: #181b1b;
    
    --primary-h: 180;
    --primary-s: 6%;
    --primary-l: 3%;

    --color-secondary: #e70a0a;
    --color-secondary-rgb: 231,10,10;
    --color-secondary-hover: #b60808;
    --color-secondary-hover-rgb: 182,8,8;
    --color-secondary-dark: #b60808;
    --color-secondary-light: #f62e2e;
    --color-secondary-text: ;
    --color-secondary-on-white: #e70a0a;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #e70a0a;
    --color-secondary-floor: #e70a0a;

    --color-secondary-alert-background: #ec9598;
    --color-secondary-alert-border: #eb6669;
    --color-secondary-alert-text: #310202;
    
    --secondary-h: 0;
    --secondary-s: 92%;
    --secondary-l: 47%;

    --color-light: #ededed;
    --color-light-rgb: 237,237,237;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d4d4d4;
    --color-light-hover: #d4d4d4;
    --color-light-hover-rgb: 212,212,212;
    --color-light-dark: #d4d4d4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ededed;
    --color-light-on-black: #ededed;
    --color-light-border: #080909;

    --color-light-alert-background: #efeff3;
    --color-light-alert-border: #eeeff1;
    --color-light-alert-text: #1a1a1a;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(231, 10, 10, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfitmjolby.wondr.se/branding/checkboxImage?h=1771848651_aadff6c0');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 48, 1.00);
    --header-transform: none;
    --header-weight: 700;
    --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: #080909;
    --bs-primary-rgb: 8,9,9;
    --bs-primary-bg-subtle: #202424;
    --bs-primary-border-subtle: #202424;
    --bs-primary-text-emphasis: #000000;

    /* secondary */
    --bs-secondary: #e70a0a;
    --bs-secondary-rgb: 231,10,10;
    --bs-secondary-bg-subtle: #f62e2e;
    --bs-secondary-border-subtle: #f62e2e;
    --bs-secondary-text-emphasis: #b60808;

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

    --stroke-linecap: round;
    
}



