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

:root {
    --general-font-family: Barlow;
    --header-font-family: Barlow;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555e5b;
    --color-tinted-white: #ecf9f5;
    --color-facility-text: #000000;

    --color-primary: #899f99;
    --color-primary-rgb: 137,159,153;
    --color-primary-hover: #6e8780;
    --color-primary-hover-rgb: 110,135,128;    
    --color-primary-dark: #6e8780;
    --color-primary-light: #a5b6b1;
    --color-primary-text: #000000;
    --color-primary-on-white: #899f99;
    --color-primary-on-black: #899f99;

    --color-primary-alert-background: #c7d0d1;
    --color-primary-alert-border: #b2c0bf;
    --color-primary-alert-text: #171c1b;

    --color-secondary: #899f99;
    --color-secondary-rgb: 137,159,153;
    --color-secondary-hover: #6e8780;
    --color-secondary-hover-rgb: 110,135,128;
    --color-secondary-dark: #6e8780;
    --color-secondary-light: #a5b6b1;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #899f99;
    --color-secondary-on-black: #899f99;

    --color-secondary-alert-background: #c7d0d1;
    --color-secondary-alert-border: #b2c0bf;
    --color-secondary-alert-text: #171c1b;

    --color-light: #e6f4f0;
    --color-light-rgb: 230,244,240;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5dc;
    --color-light-hover: #c2e5dc;
    --color-light-hover-rgb: 194,229,220;
    --color-light-dark: #c2e5dc;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4f0;
    --color-light-on-black: #e6f4f0;
    --color-light-border: #899f99;

    --color-light-alert-background: #ecf2f4;
    --color-light-alert-border: #eaf3f3;
    --color-light-alert-text: #0f241e;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(137, 159, 153, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://empowerwellness.se/branding/checkboxImage?h=1734015211_c2074b84');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #899f99;
    --bs-primary-rgb: 137,159,153;
    --bs-primary-bg-subtle: #a5b6b1;
    --bs-primary-border-subtle: #a5b6b1;
    --bs-primary-text-emphasis: #6e8780;

    /* secondary */
    --bs-secondary: #899f99;
    --bs-secondary-rgb: 137,159,153;
    --bs-secondary-bg-subtle: #a5b6b1;
    --bs-secondary-border-subtle: #a5b6b1;
    --bs-secondary-text-emphasis: #6e8780;

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

    --stroke-linecap: round;
    
}   


