

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555c5e;
    --color-tinted-white: #ecf6f9;
    --color-facility-text: #000000;

    --color-primary: #71adbb;
    --color-primary-rgb: 113,173,187;
    --color-primary-hover: #5198a8;
    --color-primary-hover-rgb: 81,152,168;    
    --color-primary-dark: #5198a8;
    --color-primary-light: #93c1cc;
    --color-primary-text: #000000;
    --color-primary-on-white: #71adbb;
    --color-primary-on-black: #71adbb;

    --color-primary-alert-background: #bdd6df;
    --color-primary-alert-border: #a4c8d3;
    --color-primary-alert-text: #111f22;

    --color-secondary: #3eb3d4;
    --color-secondary-rgb: 62,179,212;
    --color-secondary-hover: #2997b6;
    --color-secondary-hover-rgb: 41,151,182;
    --color-secondary-dark: #2997b6;
    --color-secondary-light: #68c3dd;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #3eb3d4;
    --color-secondary-on-black: #3eb3d4;

    --color-secondary-alert-background: #a9d8e9;
    --color-secondary-alert-border: #85cce2;
    --color-secondary-alert-text: #09232a;

    --color-light: #e6f2f4;
    --color-light-rgb: 230,242,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2dee5;
    --color-light-hover: #c2dee5;
    --color-light-hover-rgb: 194,222,229;
    --color-light-dark: #c2dee5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f2f4;
    --color-light-on-black: #e6f2f4;
    --color-light-border: #71adbb;

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

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(62, 179, 212, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://visbytraningscenter.wondr.se/branding/checkboxImage?h=1701080767_cecc3028');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #71adbb;
    --bs-primary-rgb: 113,173,187;
    --bs-primary-bg-subtle: #93c1cc;
    --bs-primary-border-subtle: #93c1cc;
    --bs-primary-text-emphasis: #5198a8;

    /* secondary */
    --bs-secondary: #3eb3d4;
    --bs-secondary-rgb: 62,179,212;
    --bs-secondary-bg-subtle: #68c3dd;
    --bs-secondary-border-subtle: #68c3dd;
    --bs-secondary-text-emphasis: #2997b6;

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

    --stroke-linecap: round;
    
}   


