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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5a55;
    --color-tinted-white: #f9f3ec;
    --color-facility-text: #000000;

    --color-primary: #ff8c00;
    --color-primary-rgb: 255,140,0;
    --color-primary-hover: #cc7000;
    --color-primary-hover-rgb: 204,112,0;    
    --color-primary-dark: #cc7000;
    --color-primary-light: #ffa333;
    --color-primary-text: #000000;
    --color-primary-on-white: #ff8c00;
    --color-primary-on-black: #ff8c00;

    --color-primary-alert-background: #f6c994;
    --color-primary-alert-border: #f9b463;
    --color-primary-alert-text: #331c00;

    --color-secondary: #ff8c00;
    --color-secondary-rgb: 255,140,0;
    --color-secondary-hover: #cc7000;
    --color-secondary-hover-rgb: 204,112,0;
    --color-secondary-dark: #cc7000;
    --color-secondary-light: #ffa333;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #ff8c00;
    --color-secondary-on-black: #ff8c00;

    --color-secondary-alert-background: #f6c994;
    --color-secondary-alert-border: #f9b463;
    --color-secondary-alert-text: #331c00;

    --color-light: #f4eee6;
    --color-light-rgb: 244,238,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d5c2;
    --color-light-hover: #e5d5c2;
    --color-light-hover-rgb: 229,213,194;
    --color-light-dark: #e5d5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4eee6;
    --color-light-on-black: #f4eee6;
    --color-light-border: #ff8c00;

    --color-light-alert-background: #f2f0f0;
    --color-light-alert-border: #f2efed;
    --color-light-alert-text: #241b0f;

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

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ff8c00;
    --bs-primary-rgb: 255,140,0;
    --bs-primary-bg-subtle: #ffa333;
    --bs-primary-border-subtle: #ffa333;
    --bs-primary-text-emphasis: #cc7000;

    /* secondary */
    --bs-secondary: #ff8c00;
    --bs-secondary-rgb: 255,140,0;
    --bs-secondary-bg-subtle: #ffa333;
    --bs-secondary-border-subtle: #ffa333;
    --bs-secondary-text-emphasis: #cc7000;

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

    --stroke-linecap: round;
    
}   


