

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

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

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

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

    --color-primary: #ef2d21;
    --color-primary-rgb: 239,45,33;
    --color-primary-hover: #ce1a0f;
    --color-primary-hover-rgb: 206,26,15;    
    --color-primary-dark: #ce1a0f;
    --color-primary-light: #f25a51;
    --color-primary-text: #fffbfb;
    --color-primary-on-white: #ef2d21;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #ef2d21;
    --color-primary-floor: #ef2d21;
    
    --color-primary-alert-background: #f0a3a1;
    --color-primary-alert-border: #ef7b77;
    --color-primary-alert-text: #300603;
    
    --primary-h: 3;
    --primary-s: 87%;
    --primary-l: 53%;

    --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: #f4e7e6;
    --color-light-rgb: 244,231,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c4c2;
    --color-light-hover: #e5c4c2;
    --color-light-hover-rgb: 229,196,194;
    --color-light-dark: #e5c4c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e7e6;
    --color-light-on-black: #f4e7e6;
    --color-light-border: #ef2d21;

    --color-light-alert-background: #f2edf0;
    --color-light-alert-border: #f2ebed;
    --color-light-alert-text: #24100f;

    --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=1780038344_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: #ef2d21;
    --bs-primary-rgb: 239,45,33;
    --bs-primary-bg-subtle: #f25a51;
    --bs-primary-border-subtle: #f25a51;
    --bs-primary-text-emphasis: #ce1a0f;

    /* 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;
    
}



