
@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=Kalnia:100,200,300,400,500,600,700');
body { font-family: 'DM Sans', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Kalnia', sans-serif; }

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

    --border-radius: 20px;

    --color-facility: #1F252B;
    --color-tinted-gray: #5d5458;
    --color-tinted-white: #f8ebf0;
    --color-facility-text: #ebf2f8;

    --border-radius: 20px;

    --color-primary: #daaca1;
    --color-primary-rgb: 218,172,161;
    --color-primary-hover: #cb8b7c;
    --color-primary-hover-rgb: 203,139,124;    
    --color-primary-dark: #cb8b7c;
    --color-primary-light: #e8ccc5;
    --color-primary-text: #210410;
    --color-primary-on-white: #daaca1;
    --color-primary-on-black: #daaca1;

    --color-primary-alert-background: #e7d5d4;
    --color-primary-alert-border: #e2c7c3;
    --color-primary-alert-text: #24120e;

    --color-secondary: #ff93be;
    --color-secondary-rgb: 255,147,190;
    --color-secondary-hover: #ff609f;
    --color-secondary-hover-rgb: 255,96,159;
    --color-secondary-dark: #ff609f;
    --color-secondary-light: #ffc6dc;
    --color-secondary-text: #210410;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #ff93be;

    --color-secondary-alert-background: #f6cbe0;
    --color-secondary-alert-border: #f9b8d4;
    --color-secondary-alert-text: #330014;

    --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: #f0f3f7;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://women.wondr.se/branding/checkboxImage?h=1756196466_c39214e2');

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

    /* bootstrap 5 fixes */
    --bs-primary: #daaca1;
    --bs-primary-rgb: 218,172,161;
    --bs-primary-bg-subtle: #e8ccc5;
    --bs-primary-border-subtle: #e8ccc5;
    --bs-primary-text-emphasis: #cb8b7c;

    --bs-secondary: #ff93be;
    --bs-secondary-rgb: 255,147,190;
    --bs-secondary-bg-subtle: #ffc6dc;
    --bs-secondary-border-subtle: #ffc6dc;
    --bs-secondary-text-emphasis: #ff609f;

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


