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

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #545d56;
    --color-tinted-white: #ebf8ed;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #079bd9;
    --color-primary-rgb: 7,155,217;
    --color-primary-hover: #0577a7;
    --color-primary-hover-rgb: 5,119,167;    
    --color-primary-dark: #0577a7;
    --color-primary-light: #1bb6f7;
    --color-primary-text: #ebf4f8;
    --color-primary-on-white: #079bd9;
    --color-primary-on-black: #079bd9;

    --color-primary-alert-background: #92ceeb;
    --color-primary-alert-border: #64bde5;
    --color-primary-alert-text: #012331;

    --color-secondary: #007911;
    --color-secondary-rgb: 0,121,17;
    --color-secondary-hover: #00ac18;
    --color-secondary-hover-rgb: 0,172,24;
    --color-secondary-dark: #004609;
    --color-secondary-light: #00ac18;
    --color-secondary-text: #ebf8ed;
    --color-secondary-on-white: #007911;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #90c19b;
    --color-secondary-alert-border: #60a96d;
    --color-secondary-alert-text: #003307;

    --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(0, 121, 17, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://varsassportcenter.se/branding/checkboxImage?h=1754287871_ff5f1217');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #545d56;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #079bd9;
    --bs-primary-rgb: 7,155,217;
    --bs-primary-bg-subtle: #1bb6f7;
    --bs-primary-border-subtle: #1bb6f7;
    --bs-primary-text-emphasis: #0577a7;

    --bs-secondary: #007911;
    --bs-secondary-rgb: 0,121,17;
    --bs-secondary-bg-subtle: #00ac18;
    --bs-secondary-border-subtle: #00ac18;
    --bs-secondary-text-emphasis: #004609;

    --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;
    
}   


