

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e555a;
    --color-tinted-white: #f9ecf3;
    --color-facility-text: #000000;

    --color-primary: #d7a7a9;
    --color-primary-rgb: 215,167,169;
    --color-primary-hover: #c78487;
    --color-primary-hover-rgb: 199,132,135;    
    --color-primary-dark: #c78487;
    --color-primary-light: #e7cacb;
    --color-primary-text: #000000;
    --color-primary-on-white: #d7a7a9;
    --color-primary-on-black: #d7a7a9;

    --color-primary-alert-background: #e6d3d8;
    --color-primary-alert-border: #e1c5c8;
    --color-primary-alert-text: #231011;

    --color-secondary: #685d63;
    --color-secondary-rgb: 104,93,99;
    --color-secondary-hover: #83757d;
    --color-secondary-hover-rgb: 131,117,125;
    --color-secondary-dark: #4d4549;
    --color-secondary-light: #83757d;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #685d63;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #bab6bc;
    --color-secondary-alert-border: #9e989e;
    --color-secondary-alert-text: #1b181a;

    --color-light: #f4e6e7;
    --color-light-rgb: 244,230,231;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2c4;
    --color-light-hover: #e5c2c4;
    --color-light-hover-rgb: 229,194,196;
    --color-light-dark: #e5c2c4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6e7;
    --color-light-on-black: #f4e6e7;
    --color-light-border: #d7a7a9;

    --color-light-alert-background: #f2edf1;
    --color-light-alert-border: #f2eaed;
    --color-light-alert-text: #240f10;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(104, 93, 99, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crfitness.wondr.se/branding/checkboxImage?h=1750945189_6803f171');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #d7a7a9;
    --bs-primary-rgb: 215,167,169;
    --bs-primary-bg-subtle: #e7cacb;
    --bs-primary-border-subtle: #e7cacb;
    --bs-primary-text-emphasis: #c78487;

    /* secondary */
    --bs-secondary: #685d63;
    --bs-secondary-rgb: 104,93,99;
    --bs-secondary-bg-subtle: #83757d;
    --bs-secondary-border-subtle: #83757d;
    --bs-secondary-text-emphasis: #4d4549;

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

    --stroke-linecap: round;
    
}   


