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

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

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

    --color-facility: #000000;
    --color-tinted-gray: #595e55;
    --color-tinted-white: #f2f9ec;
    --color-facility-text: #ffffff;

    --color-primary: #545652;
    --color-primary-rgb: 84,86,82;
    --color-primary-hover: #6e706b;
    --color-primary-hover-rgb: 110,112,107;    
    --color-primary-dark: #3b3c39;
    --color-primary-light: #6e706b;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #545652;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #b2b3b5;
    --color-primary-alert-border: #929494;
    --color-primary-alert-text: #1a1a19;

    --color-secondary: #3e403c;
    --color-secondary-rgb: 62,64,60;
    --color-secondary-hover: #585a55;
    --color-secondary-hover-rgb: 88,90,85;
    --color-secondary-dark: #252623;
    --color-secondary-light: #585a55;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #3e403c;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #a9aaac;
    --color-secondary-alert-border: #858787;
    --color-secondary-alert-text: #1a1a19;

    --color-light: #edf4e6;
    --color-light-rgb: 247,240,240;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d4e5c2;
    --color-light-hover: #d4e5c2;
    --color-light-hover-rgb: 212,229,194;
    --color-light-dark: #d4e5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #edf4e6;
    --color-light-on-black: #edf4e6;
    --color-light-border: #545652;

    --color-light-alert-background: #eff2f0;
    --color-light-alert-border: #eef3ed;
    --color-light-alert-text: #1a240f;

    --color-background: #f7f0f0;
    --background-overlay-color: rgba(62, 64, 60, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfitlinne.wondr.se/branding/checkboxImage?h=1759589120_e59ecf11');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #3e403c;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #545652;
    --bs-primary-rgb: 84,86,82;
    --bs-primary-bg-subtle: #6e706b;
    --bs-primary-border-subtle: #6e706b;
    --bs-primary-text-emphasis: #3b3c39;

    /* secondary */
    --bs-secondary: #3e403c;
    --bs-secondary-rgb: 62,64,60;
    --bs-secondary-bg-subtle: #585a55;
    --bs-secondary-border-subtle: #585a55;
    --bs-secondary-text-emphasis: #252623;

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

    --stroke-linecap: round;
    
}   


