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

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

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

    --color-facility: #000000;
    --color-tinted-gray: #55555e;
    --color-tinted-white: #ececf9;
    --color-facility-text: #ffffff;

    --color-primary: #bd12cc;
    --color-primary-rgb: 189,18,204;
    --color-primary-hover: #920e9d;
    --color-primary-hover-rgb: 146,14,157;    
    --color-primary-dark: #920e9d;
    --color-primary-light: #dc25ec;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #bd12cc;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #dc98e6;
    --color-primary-alert-border: #d16bdd;
    --color-primary-alert-text: #2b042f;

    --color-secondary: #696cdb;
    --color-secondary-rgb: 105,108,219;
    --color-secondary-hover: #4044d1;
    --color-secondary-hover-rgb: 64,68,209;
    --color-secondary-dark: #4044d1;
    --color-secondary-light: #9294e5;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #696cdb;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #babcec;
    --color-secondary-alert-border: #9fa1e6;
    --color-secondary-alert-text: #0a0b29;

    --color-light: #f3e6f4;
    --color-light-rgb: 243,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e2c2e5;
    --color-light-hover: #e2c2e5;
    --color-light-hover-rgb: 226,194,229;
    --color-light-dark: #e2c2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f3e6f4;
    --color-light-on-black: #f3e6f4;
    --color-light-border: #bd12cc;

    --color-light-alert-background: #f1edf6;
    --color-light-alert-border: #f2eaf5;
    --color-light-alert-text: #220f24;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(105, 108, 219, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://thefunctionalbox.wondr.se/branding/checkboxImage?h=1698921414_fdd421f1');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #bd12cc;
    --bs-primary-rgb: 189,18,204;
    --bs-primary-bg-subtle: #dc25ec;
    --bs-primary-border-subtle: #dc25ec;
    --bs-primary-text-emphasis: #920e9d;

    /* secondary */
    --bs-secondary: #696cdb;
    --bs-secondary-rgb: 105,108,219;
    --bs-secondary-bg-subtle: #9294e5;
    --bs-secondary-border-subtle: #9294e5;
    --bs-secondary-text-emphasis: #4044d1;

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

    --stroke-linecap: round;
    
}   


