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

:root {
    --general-font-family: Ubuntu;
    --header-font-family: Work Sans;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #56555e;
    --color-tinted-white: #edecf9;
    --color-facility-text: #000000;

    --color-primary: #2b5aab;
    --color-primary-rgb: 43,90,171;
    --color-primary-hover: #214582;
    --color-primary-hover-rgb: 33,69,130;    
    --color-primary-dark: #214582;
    --color-primary-light: #3b71ce;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #2b5aab;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #a1b5d9;
    --color-primary-alert-border: #7a96c9;
    --color-primary-alert-text: #0a1529;

    --color-secondary: #53506c;
    --color-secondary-rgb: 83,80,108;
    --color-secondary-hover: #6a6689;
    --color-secondary-hover-rgb: 106,102,137;
    --color-secondary-dark: #3c3a4f;
    --color-secondary-light: #6a6689;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #53506c;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #b1b1bf;
    --color-secondary-alert-border: #9290a4;
    --color-secondary-alert-text: #17161d;

    --color-light: #e6ebf4;
    --color-light-rgb: 230,235,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2cfe5;
    --color-light-hover: #c2cfe5;
    --color-light-hover-rgb: 194,207,229;
    --color-light-dark: #c2cfe5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6ebf4;
    --color-light-on-black: #e6ebf4;
    --color-light-border: #2b5aab;

    --color-light-alert-background: #eceff6;
    --color-light-alert-border: #eaedf5;
    --color-light-alert-text: #0f1724;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(83, 80, 108, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://activhelse.wondr.cc/branding/checkboxImage?h=1750942579_50c42bce');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #2b5aab;
    --bs-primary-rgb: 43,90,171;
    --bs-primary-bg-subtle: #3b71ce;
    --bs-primary-border-subtle: #3b71ce;
    --bs-primary-text-emphasis: #214582;

    /* secondary */
    --bs-secondary: #53506c;
    --bs-secondary-rgb: 83,80,108;
    --bs-secondary-bg-subtle: #6a6689;
    --bs-secondary-border-subtle: #6a6689;
    --bs-secondary-text-emphasis: #3c3a4f;

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

    --stroke-linecap: butt;
    
}   


