
@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: #5d5e55;
    --color-tinted-white: #f7f9ec;
    --color-facility-text: #000000;

    --color-primary: #64338d;
    --color-primary-rgb: 100,51,141;
    --color-primary-hover: #7f41b2;
    --color-primary-hover-rgb: 127,65,178;    
    --color-primary-dark: #492568;
    --color-primary-light: #7f41b2;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #64338d;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #b8a5cd;
    --color-primary-alert-border: #9c7fb7;
    --color-primary-alert-text: #1b0e25;

    --color-secondary: #a3a49c;
    --color-secondary-rgb: 163,164,156;
    --color-secondary-hover: #8a8c81;
    --color-secondary-hover-rgb: 138,140,129;
    --color-secondary-dark: #8a8c81;
    --color-secondary-light: #bcbcb7;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #a3a49c;
    --color-secondary-on-black: #a3a49c;

    --color-secondary-alert-background: #d1d2d3;
    --color-secondary-alert-border: #c2c3c0;
    --color-secondary-alert-text: #1a1b18;

    --color-light: #eee6f4;
    --color-light-rgb: 238,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d5c2e5;
    --color-light-hover: #d5c2e5;
    --color-light-hover-rgb: 213,194,229;
    --color-light-dark: #d5c2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #eee6f4;
    --color-light-on-black: #eee6f4;
    --color-light-border: #64338d;

    --color-light-alert-background: #efedf6;
    --color-light-alert-border: #efeaf5;
    --color-light-alert-text: #1a0f24;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(163, 164, 156, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://werq.wondr.se/branding/checkboxImage?h=1726728684_7dd997ac');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #64338d;
    --bs-primary-rgb: 100,51,141;
    --bs-primary-bg-subtle: #7f41b2;
    --bs-primary-border-subtle: #7f41b2;
    --bs-primary-text-emphasis: #492568;

    /* secondary */
    --bs-secondary: #a3a49c;
    --bs-secondary-rgb: 163,164,156;
    --bs-secondary-bg-subtle: #bcbcb7;
    --bs-secondary-border-subtle: #bcbcb7;
    --bs-secondary-text-emphasis: #8a8c81;

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

    --stroke-linecap: round;
    
}   


