
@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;
    --animation-speed: 300ms;

    --color-facility: #ffffff;
    --color-tinted-gray: #555e56;
    --color-tinted-white: #ecf9ee;
    --color-facility-text: #000000;

    --border-radius: 20px;

    --color-primary: #079bd9;
    --color-primary-rgb: 7,155,217;
    --color-primary-hover: #0578a8;
    --color-primary-hover-rgb: 5,120,168;    
    --color-primary-dark: #0578a8;
    --color-primary-light: #1bb7f8;
    --color-primary-text: #000000;
    --color-primary-on-white: #079bd9;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #93cfeb;
    --color-primary-alert-border: #64bde5;
    --color-primary-alert-text: #022331;

    --color-secondary: #007911;
    --color-secondary-rgb: 0,121,17;
    --color-secondary-hover: #00ac18;
    --color-secondary-hover-rgb: 0,172,24;
    --color-secondary-dark: #00460a;
    --color-secondary-light: #00ac18;
    --color-secondary-text: #ffffff;
    --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-background: #f3f3f3;
    --background-overlay-color: rgba(0, 121, 17, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://varsassportcenter.wondr.se/branding/checkboxImage?h=1754287871_ff5f1217');

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

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

    /* secondary */
    --bs-secondary: #007911;
    --bs-secondary-rgb: 0,121,17;
    --bs-secondary-bg-subtle: #00ac18;
    --bs-secondary-border-subtle: #00ac18;
    --bs-secondary-text-emphasis: #00460a;

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

    --stroke-linecap: round;
    
}   


