

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

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

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

    --border-radius: 20px;

    --color-primary: #e52520;
    --color-primary-rgb: 229,37,32;
    --color-primary-hover: #bc1a16;
    --color-primary-hover-rgb: 188,26,22;    
    --color-primary-dark: #bc1a16;
    --color-primary-light: #ea524e;
    --color-primary-text: #000000;
    --color-primary-on-white: #e52520;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #ec9fa1;
    --color-primary-alert-border: #e97776;
    --color-primary-alert-text: #2e0605;

    --color-secondary: #202020;
    --color-secondary-rgb: 32,32,32;
    --color-secondary-hover: #3a3a3a;
    --color-secondary-hover-rgb: 58,58,58;
    --color-secondary-dark: #070707;
    --color-secondary-light: #3a3a3a;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #202020;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9d9da1;
    --color-secondary-alert-border: #737476;
    --color-secondary-alert-text: #1a1a1a;

    --color-background: #f7f0f0;
    --background-overlay-color: rgba(32, 32, 32, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://bodyandfitness.wondr.se/branding/checkboxImage?h=1754394180_80f8e29b');

    --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: #e52520;
    --bs-primary-rgb: 229,37,32;
    --bs-primary-bg-subtle: #ea524e;
    --bs-primary-border-subtle: #ea524e;
    --bs-primary-text-emphasis: #bc1a16;

    /* secondary */
    --bs-secondary: #202020;
    --bs-secondary-rgb: 32,32,32;
    --bs-secondary-bg-subtle: #3a3a3a;
    --bs-secondary-border-subtle: #3a3a3a;
    --bs-secondary-text-emphasis: #070707;

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

    --stroke-linecap: round;
    
}   


