

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5655;
    --color-tinted-white: #f9eeec;
    --color-facility-text: #000000;

    --color-primary: #b7928c;
    --color-primary-rgb: 183,146,140;
    --color-primary-hover: #a3746d;
    --color-primary-hover-rgb: 163,116,109;    
    --color-primary-dark: #a3746d;
    --color-primary-light: #cbb0ab;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #b7928c;
    --color-primary-on-black: #b7928c;

    --color-primary-alert-background: #d9cbcc;
    --color-primary-alert-border: #ceb8b7;
    --color-primary-alert-text: #1f1514;

    --color-secondary: #b7928c;
    --color-secondary-rgb: 183,146,140;
    --color-secondary-hover: #a3746d;
    --color-secondary-hover-rgb: 163,116,109;
    --color-secondary-dark: #a3746d;
    --color-secondary-light: #cbb0ab;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #b7928c;
    --color-secondary-on-black: #b7928c;

    --color-secondary-alert-background: #d9cbcc;
    --color-secondary-alert-border: #ceb8b7;
    --color-secondary-alert-text: #1f1514;

    --color-light: #f4e8e6;
    --color-light-rgb: 244,232,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c7c2;
    --color-light-hover: #e5c7c2;
    --color-light-hover-rgb: 229,199,194;
    --color-light-dark: #e5c7c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e8e6;
    --color-light-on-black: #f4e8e6;
    --color-light-border: #b7928c;

    --color-light-alert-background: #f2edf0;
    --color-light-alert-border: #f2eced;
    --color-light-alert-text: #24120f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0,0,0,0);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfitvimur.wondr.se/branding/checkboxImage?h=1696260782_39afff49');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #b7928c;
    --bs-primary-rgb: 183,146,140;
    --bs-primary-bg-subtle: #cbb0ab;
    --bs-primary-border-subtle: #cbb0ab;
    --bs-primary-text-emphasis: #a3746d;

    /* secondary */
    --bs-secondary: #b7928c;
    --bs-secondary-rgb: 183,146,140;
    --bs-secondary-bg-subtle: #cbb0ab;
    --bs-secondary-border-subtle: #cbb0ab;
    --bs-secondary-text-emphasis: #a3746d;

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

    --stroke-linecap: round;
    
}   


