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

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d545a;
    --color-tinted-white: #f8ebf4;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #5be1ee;
    --color-primary-rgb: 91,225,238;
    --color-primary-hover: #2cd8e9;
    --color-primary-hover-rgb: 44,216,233;    
    --color-primary-dark: #2cd8e9;
    --color-primary-light: #89e9f2;
    --color-primary-text: #242728;
    --color-primary-on-white: #000000;
    --color-primary-on-black: #5be1ee;

    --color-primary-alert-background: #b4eaf3;
    --color-primary-alert-border: #96e7f1;
    --color-primary-alert-text: #042a2e;

    --color-secondary: #cd2699;
    --color-secondary-rgb: 205,38,153;
    --color-secondary-hover: #a11e78;
    --color-secondary-hover-rgb: 161,30,120;
    --color-secondary-dark: #a11e78;
    --color-secondary-light: #dd48af;
    --color-secondary-text: #f8ebf4;
    --color-secondary-on-white: #cd2699;
    --color-secondary-on-black: #cd2699;

    --color-secondary-alert-background: #e29fd1;
    --color-secondary-alert-border: #db77be;
    --color-secondary-alert-text: #2b0720;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(205, 38, 153, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://theunitlulea.wondr.se/branding/checkboxImage?h=1755609903_926433ff');

    --header-decoration: underline;
    --header-decoration-style: solid;
    --header-color: #5d545a;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #5be1ee;
    --bs-primary-rgb: 91,225,238;
    --bs-primary-bg-subtle: #89e9f2;
    --bs-primary-border-subtle: #89e9f2;
    --bs-primary-text-emphasis: #2cd8e9;

    --bs-secondary: #cd2699;
    --bs-secondary-rgb: 205,38,153;
    --bs-secondary-bg-subtle: #dd48af;
    --bs-secondary-border-subtle: #dd48af;
    --bs-secondary-text-emphasis: #a11e78;

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


