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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #303136;
    --color-tinted-white: #ecedf9;
    --color-facility-text: #000000;

    --color-app: #ffffff;
    --color-app-text: #000000;
    --color-status-bar: light;

    --color-primary: #1b267d;
    --color-primary-rgb: 27,38,125;
    --color-primary-hover: #2433a7;
    --color-primary-hover-rgb: 36,51,167;    
    --color-primary-dark: #121953;
    --color-primary-light: #2433a7;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #1b267d;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #1b267d;
    --color-primary-floor: #1b267d;
    
    --color-primary-alert-background: #9ba0c6;
    --color-primary-alert-border: #7077ae;
    --color-primary-alert-text: #090d2a;
    
    --primary-h: 233;
    --primary-s: 64%;
    --primary-l: 30%;

    --color-secondary: #1b267d;
    --color-secondary-rgb: 27,38,125;
    --color-secondary-hover: #2433a7;
    --color-secondary-hover-rgb: 36,51,167;
    --color-secondary-dark: #121953;
    --color-secondary-light: #2433a7;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #1b267d;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #1b267d;
    --color-secondary-floor: #1b267d;

    --color-secondary-alert-background: #9ba0c6;
    --color-secondary-alert-border: #7077ae;
    --color-secondary-alert-text: #090d2a;
    
    --secondary-h: 233;
    --secondary-s: 64%;
    --secondary-l: 30%;

    --color-light: #e6e8f4;
    --color-light-rgb: 230,232,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2c6e5;
    --color-light-hover: #c2c6e5;
    --color-light-hover-rgb: 194,198,229;
    --color-light-dark: #c2c6e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6e8f4;
    --color-light-on-black: #e6e8f4;
    --color-light-border: #1b267d;

    --color-light-alert-background: #ecedf6;
    --color-light-alert-border: #eaecf5;
    --color-light-alert-text: #0f1224;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(27, 38, 125, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://ssif.nu/branding/checkboxImage?h=1787233252_c8d21d6c');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 49, 54, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;
    
    --hero-theme: light;
    --hero-theme-class: hero-theme-light;
    --hero-overlay-color: rgba(255, 255, 255, 0.3);
    --hero-text-color: var(--header-color);

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #1b267d;
    --bs-primary-rgb: 27,38,125;
    --bs-primary-bg-subtle: #2433a7;
    --bs-primary-border-subtle: #2433a7;
    --bs-primary-text-emphasis: #121953;

    /* secondary */
    --bs-secondary: #1b267d;
    --bs-secondary-rgb: 27,38,125;
    --bs-secondary-bg-subtle: #2433a7;
    --bs-secondary-border-subtle: #2433a7;
    --bs-secondary-text-emphasis: #121953;

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

    --stroke-linecap: round;
    
}



