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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #55595e;
    --color-tinted-white: #ecf2f9;
    --color-facility-text: #000000;

    --color-primary: #4a90e2;
    --color-primary-rgb: 74,144,226;
    --color-primary-hover: #2275d7;
    --color-primary-hover-rgb: 34,117,215;    
    --color-primary-dark: #2275d7;
    --color-primary-light: #76abe9;
    --color-primary-text: #000000;
    --color-primary-on-white: #4a90e2;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #aecaef;
    --color-primary-alert-border: #8cb7ea;
    --color-primary-alert-text: #07182c;

    --color-secondary: #17559c;
    --color-secondary-rgb: 23,85,156;
    --color-secondary-hover: #1e6dc8;
    --color-secondary-hover-rgb: 30,109,200;
    --color-secondary-dark: #103d70;
    --color-secondary-light: #1e6dc8;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #17559c;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #99b3d3;
    --color-secondary-alert-border: #6e93c0;
    --color-secondary-alert-text: #07182c;

    --color-light: #e6edf4;
    --color-light-rgb: 230,237,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2d2e5;
    --color-light-hover: #c2d2e5;
    --color-light-hover-rgb: 194,210,229;
    --color-light-dark: #c2d2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6edf4;
    --color-light-on-black: #e6edf4;
    --color-light-border: #4a90e2;

    --color-light-alert-background: #eceff6;
    --color-light-alert-border: #eaeff5;
    --color-light-alert-text: #0f1924;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(23, 85, 156, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://nasetbootcamp.wondr.se/branding/checkboxImage?h=1760604310_77ad39c9');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #4a90e2;
    --bs-primary-rgb: 74,144,226;
    --bs-primary-bg-subtle: #76abe9;
    --bs-primary-border-subtle: #76abe9;
    --bs-primary-text-emphasis: #2275d7;

    /* secondary */
    --bs-secondary: #17559c;
    --bs-secondary-rgb: 23,85,156;
    --bs-secondary-bg-subtle: #1e6dc8;
    --bs-secondary-border-subtle: #1e6dc8;
    --bs-secondary-text-emphasis: #103d70;

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

    --stroke-linecap: round;
    
}   


