

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

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

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

    --border-radius: 20px;

    --color-primary: #f51d1d;
    --color-primary-rgb: 245,29,29;
    --color-primary-hover: #d60909;
    --color-primary-hover-rgb: 214,9,9;    
    --color-primary-dark: #d60909;
    --color-primary-light: #f74e4e;
    --color-primary-text: #fffbfb;
    --color-primary-on-white: #f51d1d;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #f29ca0;
    --color-primary-alert-border: #f37274;
    --color-primary-alert-text: #310202;

    --color-secondary: #0c0b0b;
    --color-secondary-rgb: 12,11,11;
    --color-secondary-hover: #272323;
    --color-secondary-hover-rgb: 39,35,35;
    --color-secondary-dark: #000000;
    --color-secondary-light: #272323;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #0c0b0b;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #959599;
    --color-secondary-alert-border: #676769;
    --color-secondary-alert-text: #1b1818;

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

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(94, 85, 85, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #f51d1d;
    --bs-primary-rgb: 245,29,29;
    --bs-primary-bg-subtle: #f74e4e;
    --bs-primary-border-subtle: #f74e4e;
    --bs-primary-text-emphasis: #d60909;

    /* secondary */
    --bs-secondary: #0c0b0b;
    --bs-secondary-rgb: 12,11,11;
    --bs-secondary-bg-subtle: #272323;
    --bs-secondary-border-subtle: #272323;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}   


