
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700,800,900');
body { font-family: 'Roboto', sans-serif; }

:root {
    --general-font-family: Roboto;
    --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;

    --border-radius: 20px;

    --color-primary: #10b6e9;
    --color-primary-rgb: 16,182,233;
    --color-primary-hover: #0d91b9;
    --color-primary-hover-rgb: 13,145,185;    
    --color-primary-dark: #0d91b9;
    --color-primary-light: #3ac6f2;
    --color-primary-text: #000000;
    --color-primary-on-white: #10b6e9;
    --color-primary-on-black: #10b6e9;

    --color-primary-alert-background: #96d9f1;
    --color-primary-alert-border: #6aceef;
    --color-primary-alert-text: #032530;

    --color-secondary: #10b6e9;
    --color-secondary-rgb: 16,182,233;
    --color-secondary-hover: #0d91b9;
    --color-secondary-hover-rgb: 13,145,185;
    --color-secondary-dark: #0d91b9;
    --color-secondary-light: #3ac6f2;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #10b6e9;
    --color-secondary-on-black: #10b6e9;

    --color-secondary-alert-background: #96d9f1;
    --color-secondary-alert-border: #6aceef;
    --color-secondary-alert-text: #032530;

    --color-background: #f7f0f0;
    --background-overlay-color: rgba(16, 182, 233, 0.5);
    --background-overlay-filter: blur(2px);
    --checkbox-image-url: url('https://boxenkatrineholm.wondr.se/branding/checkboxImage?h=1755870136_e82d95e8');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #10b6e9;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #10b6e9;
    --bs-primary-rgb: 16,182,233;
    --bs-primary-bg-subtle: #3ac6f2;
    --bs-primary-border-subtle: #3ac6f2;
    --bs-primary-text-emphasis: #0d91b9;

    /* secondary */
    --bs-secondary: #10b6e9;
    --bs-secondary-rgb: 16,182,233;
    --bs-secondary-bg-subtle: #3ac6f2;
    --bs-secondary-border-subtle: #3ac6f2;
    --bs-secondary-text-emphasis: #0d91b9;

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

    --stroke-linecap: round;
    
}   


