

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #000000;

    --color-primary: #0594b3;
    --color-primary-rgb: 5,148,179;
    --color-primary-hover: #06bde5;
    --color-primary-hover-rgb: 6,189,229;    
    --color-primary-dark: #046b81;
    --color-primary-light: #06bde5;
    --color-primary-text: #000000;
    --color-primary-on-white: #0594b3;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #92ccdc;
    --color-primary-alert-border: #63b9ce;
    --color-primary-alert-text: #012932;

    --color-secondary: #afafaf;
    --color-secondary-rgb: 175,175,175;
    --color-secondary-hover: #969696;
    --color-secondary-hover-rgb: 150,150,150;
    --color-secondary-dark: #969696;
    --color-secondary-light: #c9c9c9;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #afafaf;
    --color-secondary-on-black: #afafaf;

    --color-secondary-alert-background: #d6d7da;
    --color-secondary-alert-border: #c9c9cc;
    --color-secondary-alert-text: #1a1a1a;

    --color-light: #e6f2f4;
    --color-light-rgb: 230,242,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2dfe5;
    --color-light-hover: #c2dfe5;
    --color-light-hover-rgb: 194,223,229;
    --color-light-dark: #c2dfe5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f2f4;
    --color-light-on-black: #e6f2f4;
    --color-light-border: #0594b3;

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

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(175, 175, 175, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://granit.wondr.se/branding/checkboxImage?h=1698917652_053a0a92');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #0594b3;
    --bs-primary-rgb: 5,148,179;
    --bs-primary-bg-subtle: #06bde5;
    --bs-primary-border-subtle: #06bde5;
    --bs-primary-text-emphasis: #046b81;

    /* secondary */
    --bs-secondary: #afafaf;
    --bs-secondary-rgb: 175,175,175;
    --bs-secondary-bg-subtle: #c9c9c9;
    --bs-secondary-border-subtle: #c9c9c9;
    --bs-secondary-text-emphasis: #969696;

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

    --stroke-linecap: round;
    
}   


