
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
body { font-family: 'Poppins', sans-serif; }

:root {
    --general-font-family: Poppins;
    --header-font-family: default;

    --border-radius: 20px;

    --color-facility: #7c6bbd;
    --color-tinted-gray: #58545d;
    --color-tinted-white: #f1ebf8;
    --color-facility-text: #eeebf8;

    --border-radius: 20px;

    --color-primary: #7c6bbd;
    --color-primary-rgb: 124,107,189;
    --color-primary-hover: #5f4ba9;
    --color-primary-hover-rgb: 95,75,169;    
    --color-primary-dark: #5f4ba9;
    --color-primary-light: #9b8ecc;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #7c6bbd;
    --color-primary-on-black: #7c6bbd;

    --color-primary-alert-background: #c1bbdf;
    --color-primary-alert-border: #aaa0d4;
    --color-primary-alert-text: #130f23;

    --color-secondary: #e0c9fa;
    --color-secondary-rgb: 224,201,250;
    --color-secondary-hover: #c59af5;
    --color-secondary-hover-rgb: 197,154,245;
    --color-secondary-dark: #c59af5;
    --color-secondary-light: #faf7fe;
    --color-secondary-text: ;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #e0c9fa;

    --color-secondary-alert-background: #e9e1f8;
    --color-secondary-alert-border: #e6d9f8;
    --color-secondary-alert-text: #18042e;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: ;
    --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: #f1f0f7;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://hypr.wondr.se/branding/checkboxImage?h=1756459772_8e4c18d0');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #58545d;
    --header-transform: uppercase;
    --header-weight: 700;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #7c6bbd;
    --bs-primary-rgb: 124,107,189;
    --bs-primary-bg-subtle: #9b8ecc;
    --bs-primary-border-subtle: #9b8ecc;
    --bs-primary-text-emphasis: #5f4ba9;

    --bs-secondary: #e0c9fa;
    --bs-secondary-rgb: 224,201,250;
    --bs-secondary-bg-subtle: #faf7fe;
    --bs-secondary-border-subtle: #faf7fe;
    --bs-secondary-text-emphasis: #c59af5;

    --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: 900;

    --stroke-linecap: round;
    
}   


