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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555e59;
    --color-tinted-white: #ecf9f1;
    --color-facility-text: #000000;

    --color-primary: #42b171;
    --color-primary-rgb: 66,177,113;
    --color-primary-hover: #348c59;
    --color-primary-hover-rgb: 52,140,89;    
    --color-primary-dark: #348c59;
    --color-primary-light: #62c48b;
    --color-primary-text: #000000;
    --color-primary-on-white: #42b171;
    --color-primary-on-black: #42b171;

    --color-primary-alert-background: #aad7c1;
    --color-primary-alert-border: #88cba7;
    --color-primary-alert-text: #0e2518;

    --color-secondary: #42b171;
    --color-secondary-rgb: 66,177,113;
    --color-secondary-hover: #348c59;
    --color-secondary-hover-rgb: 52,140,89;
    --color-secondary-dark: #348c59;
    --color-secondary-light: #62c48b;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #42b171;
    --color-secondary-on-black: #42b171;

    --color-secondary-alert-background: #aad7c1;
    --color-secondary-alert-border: #88cba7;
    --color-secondary-alert-text: #0e2518;

    --color-light: #e6f4ec;
    --color-light-rgb: 230,244,236;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5d1;
    --color-light-hover: #c2e5d1;
    --color-light-hover-rgb: 194,229,209;
    --color-light-dark: #c2e5d1;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4ec;
    --color-light-on-black: #e6f4ec;
    --color-light-border: #42b171;

    --color-light-alert-background: #ecf2f3;
    --color-light-alert-border: #eaf3f0;
    --color-light-alert-text: #0f2418;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(66, 177, 113, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://playhotelgym.wondr.se/branding/checkboxImage?h=1736757772_eced19ef');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #42b171;
    --bs-primary-rgb: 66,177,113;
    --bs-primary-bg-subtle: #62c48b;
    --bs-primary-border-subtle: #62c48b;
    --bs-primary-text-emphasis: #348c59;

    /* secondary */
    --bs-secondary: #42b171;
    --bs-secondary-rgb: 66,177,113;
    --bs-secondary-bg-subtle: #62c48b;
    --bs-secondary-border-subtle: #62c48b;
    --bs-secondary-text-emphasis: #348c59;

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

    --stroke-linecap: round;
    
}   


