
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
body { font-family: 'Montserrat', sans-serif; }

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

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

    --color-facility: #ffffff;
    --color-facility-variant: #e6e6e6;
    --color-tinted-gray: #5e5955;
    --color-tinted-white: #f9f1ec;
    --color-facility-text: #000000;

    --color-primary: #a3b59f;
    --color-primary-rgb: 163,181,159;
    --color-primary-hover: #879f82;
    --color-primary-hover-rgb: 135,159,130;    
    --color-primary-dark: #879f82;
    --color-primary-light: #bfcbbc;
    --color-primary-text: #eeffe9;
    --color-primary-on-white: #a3b59f;
    --color-primary-on-black: #a3b59f;
    --color-primary-ceil: #a3b59f;
    
    --color-primary-alert-background: #d1d9d4;
    --color-primary-alert-border: #c2cdc2;
    --color-primary-alert-text: #171d16;

    --color-secondary: #d97730;
    --color-secondary-rgb: 217,119,48;
    --color-secondary-hover: #b55f21;
    --color-secondary-hover-rgb: 181,95,33;
    --color-secondary-dark: #b55f21;
    --color-secondary-light: #e1935b;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #d97730;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #d97730;

    --color-secondary-alert-background: #e7c0a7;
    --color-secondary-alert-border: #e2a880;
    --color-secondary-alert-text: #2b1708;

    --color-light: #ededed;
    --color-light-rgb: 237,237,237;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d4d4d4;
    --color-light-hover: #d4d4d4;
    --color-light-hover-rgb: 212,212,212;
    --color-light-dark: #d4d4d4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ededed;
    --color-light-on-black: #ededed;
    --color-light-border: #a3b59f;

    --color-light-alert-background: #efeff3;
    --color-light-alert-border: #eeeff1;
    --color-light-alert-text: #1a1a1a;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(163, 181, 159, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfitspiro.wondr.se/branding/checkboxImage?h=1760430585_e1851253');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #a3b59f;
    --bs-primary-rgb: 163,181,159;
    --bs-primary-bg-subtle: #bfcbbc;
    --bs-primary-border-subtle: #bfcbbc;
    --bs-primary-text-emphasis: #879f82;

    /* secondary */
    --bs-secondary: #d97730;
    --bs-secondary-rgb: 217,119,48;
    --bs-secondary-bg-subtle: #e1935b;
    --bs-secondary-border-subtle: #e1935b;
    --bs-secondary-text-emphasis: #b55f21;

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

    --stroke-linecap: round;
    
}   


