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

:root {
    --general-font-family: DM Sans;
    --header-font-family: DM Sans;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5655;
    --color-tinted-white: #f9eeec;
    --color-facility-text: #000000;

    --color-primary: #4f0433;
    --color-primary-rgb: 79,4,51;
    --color-primary-hover: #800652;
    --color-primary-hover-rgb: 128,6,82;    
    --color-primary-dark: #1e0214;
    --color-primary-light: #800652;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #4f0433;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #b092a9;
    --color-primary-alert-border: #8f6381;
    --color-primary-alert-text: #31021f;

    --color-secondary: #ff876f;
    --color-secondary-rgb: 255,135,111;
    --color-secondary-hover: #ff5d3c;
    --color-secondary-hover-rgb: 255,93,60;
    --color-secondary-dark: #ff5d3c;
    --color-secondary-light: #ffb2a2;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #ff876f;
    --color-secondary-on-black: #ff876f;

    --color-secondary-alert-background: #f6c7c1;
    --color-secondary-alert-border: #f9b1a5;
    --color-secondary-alert-text: #330900;

    --color-light: #f4e6ef;
    --color-light-rgb: 244,230,239;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2d8;
    --color-light-hover: #e5c2d8;
    --color-light-hover-rgb: 229,194,216;
    --color-light-dark: #e5c2d8;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6ef;
    --color-light-on-black: #f4e6ef;
    --color-light-border: #4f0433;

    --color-light-alert-background: #f2edf4;
    --color-light-alert-border: #f2eaf2;
    --color-light-alert-text: #240f1c;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(255, 135, 111, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://ki.wondr.se/branding/checkboxImage?h=1759913728_eb4806a8');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #4f0433;
    --bs-primary-rgb: 79,4,51;
    --bs-primary-bg-subtle: #800652;
    --bs-primary-border-subtle: #800652;
    --bs-primary-text-emphasis: #1e0214;

    /* secondary */
    --bs-secondary: #ff876f;
    --bs-secondary-rgb: 255,135,111;
    --bs-secondary-bg-subtle: #ffb2a2;
    --bs-secondary-border-subtle: #ffb2a2;
    --bs-secondary-text-emphasis: #ff5d3c;

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

    --stroke-linecap: round;
    
}   


