
@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;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5654;
    --color-tinted-white: #f8eeeb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #4F0433;
    --color-primary-rgb: 79,4,51;
    --color-primary-hover: #7f0652;
    --color-primary-hover-rgb: 127,6,82;    
    --color-primary-dark: #1e0113;
    --color-primary-light: #7f0652;
    --color-primary-text: #f8ebf3;
    --color-primary-on-white: #4F0433;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #af92a8;
    --color-primary-alert-border: #8f6281;
    --color-primary-alert-text: #30021f;

    --color-secondary: #FF876F;
    --color-secondary-rgb: 255,135,111;
    --color-secondary-hover: #ff5c3c;
    --color-secondary-hover-rgb: 255,92,60;
    --color-secondary-dark: #ff5c3c;
    --color-secondary-light: #ffb1a2;
    --color-secondary-text: #f8eeeb;
    --color-secondary-on-white: #FF876F;
    --color-secondary-on-black: #FF876F;

    --color-secondary-alert-background: #f6c6c0;
    --color-secondary-alert-border: #f9b1a5;
    --color-secondary-alert-text: #330800;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

    --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=1755848908_eb4806a8');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5654;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #4F0433;
    --bs-primary-rgb: 79,4,51;
    --bs-primary-bg-subtle: #7f0652;
    --bs-primary-border-subtle: #7f0652;
    --bs-primary-text-emphasis: #1e0113;

    --bs-secondary: #FF876F;
    --bs-secondary-rgb: 255,135,111;
    --bs-secondary-bg-subtle: #ffb1a2;
    --bs-secondary-border-subtle: #ffb1a2;
    --bs-secondary-text-emphasis: #ff5c3c;

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


