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

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

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

    --color-facility: #333333;
    --color-tinted-gray: #555c5e;
    --color-tinted-white: #ecf7f9;
    --color-facility-text: #ffffff;

    --color-primary: #2a7683;
    --color-primary-rgb: 42,118,131;
    --color-primary-hover: #3699aa;
    --color-primary-hover-rgb: 54,153,170;    
    --color-primary-dark: #1e535c;
    --color-primary-light: #3699aa;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #2a7683;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #a1c0c9;
    --color-primary-alert-border: #79a7b1;
    --color-primary-alert-text: #0c2327;

    --color-secondary: #2a7683;
    --color-secondary-rgb: 42,118,131;
    --color-secondary-hover: #3699aa;
    --color-secondary-hover-rgb: 54,153,170;
    --color-secondary-dark: #1e535c;
    --color-secondary-light: #3699aa;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #2a7683;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #a1c0c9;
    --color-secondary-alert-border: #79a7b1;
    --color-secondary-alert-text: #0c2327;

    --color-light: #e6f2f4;
    --color-light-rgb: 230,242,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e0e5;
    --color-light-hover: #c2e0e5;
    --color-light-hover-rgb: 194,224,229;
    --color-light-dark: #c2e0e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f2f4;
    --color-light-on-black: #e6f2f4;
    --color-light-border: #2a7683;

    --color-light-alert-background: #ecf1f6;
    --color-light-alert-border: #eaf2f5;
    --color-light-alert-text: #0f2124;

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

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #2a7683;
    --bs-primary-rgb: 42,118,131;
    --bs-primary-bg-subtle: #3699aa;
    --bs-primary-border-subtle: #3699aa;
    --bs-primary-text-emphasis: #1e535c;

    /* secondary */
    --bs-secondary: #2a7683;
    --bs-secondary-rgb: 42,118,131;
    --bs-secondary-bg-subtle: #3699aa;
    --bs-secondary-border-subtle: #3699aa;
    --bs-secondary-text-emphasis: #1e535c;

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

    --stroke-linecap: round;
    
}   


