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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555e5e;
    --color-tinted-white: #ecf8f9;
    --color-facility-text: #000000;

    --color-primary: #2facae;
    --color-primary-rgb: 47,172,174;
    --color-primary-hover: #248486;
    --color-primary-hover-rgb: 36,132,134;    
    --color-primary-dark: #248486;
    --color-primary-light: #44cacc;
    --color-primary-text: #000000;
    --color-primary-on-white: #2facae;
    --color-primary-on-black: #2facae;

    --color-primary-alert-background: #a3d5da;
    --color-primary-alert-border: #7cc8cb;
    --color-primary-alert-text: #0b2828;

    --color-secondary: #2facae;
    --color-secondary-rgb: 47,172,174;
    --color-secondary-hover: #248486;
    --color-secondary-hover-rgb: 36,132,134;
    --color-secondary-dark: #248486;
    --color-secondary-light: #44cacc;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #2facae;
    --color-secondary-on-black: #2facae;

    --color-secondary-alert-background: #a3d5da;
    --color-secondary-alert-border: #7cc8cb;
    --color-secondary-alert-text: #0b2828;

    --color-light: #e6f4f4;
    --color-light-rgb: 230,244,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e4e5;
    --color-light-hover: #c2e4e5;
    --color-light-hover-rgb: 194,228,229;
    --color-light-dark: #c2e4e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4f4;
    --color-light-on-black: #e6f4f4;
    --color-light-border: #2facae;

    --color-light-alert-background: #ecf2f6;
    --color-light-alert-border: #eaf3f5;
    --color-light-alert-text: #0f2324;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(47, 172, 174, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://xshapefitness.wondr.se/branding/checkboxImage?h=1728562674_e827184d');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #2facae;
    --bs-primary-rgb: 47,172,174;
    --bs-primary-bg-subtle: #44cacc;
    --bs-primary-border-subtle: #44cacc;
    --bs-primary-text-emphasis: #248486;

    /* secondary */
    --bs-secondary: #2facae;
    --bs-secondary-rgb: 47,172,174;
    --bs-secondary-bg-subtle: #44cacc;
    --bs-secondary-border-subtle: #44cacc;
    --bs-secondary-text-emphasis: #248486;

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

    --stroke-linecap: round;
    
}   


