
@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;
    --animation-speed: 300ms;

    --color-facility: #7c6bbd;
    --color-tinted-gray: #59555e;
    --color-tinted-white: #f2ecf9;
    --color-facility-text: #000000;

    --border-radius: 20px;

    --color-primary: #7c6bbd;
    --color-primary-rgb: 124,107,189;
    --color-primary-hover: #5f4ca9;
    --color-primary-hover-rgb: 95,76,169;    
    --color-primary-dark: #5f4ca9;
    --color-primary-light: #9b8ecd;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #7c6bbd;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #c2bbe0;
    --color-primary-alert-border: #aaa1d4;
    --color-primary-alert-text: #141023;

    --color-secondary: #e0c9fa;
    --color-secondary-rgb: 224,201,250;
    --color-secondary-hover: #c59af6;
    --color-secondary-hover-rgb: 197,154,246;
    --color-secondary-dark: #c59af6;
    --color-secondary-light: #fbf8fe;
    --color-secondary-text: ;
    --color-secondary-on-white: #e0c9fa;
    --color-secondary-on-black: #e0c9fa;

    --color-secondary-alert-background: #eae1f8;
    --color-secondary-alert-border: #e6d9f9;
    --color-secondary-alert-text: #18042f;

    --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=1758005040_8e4c18d0');

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

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

    /* secondary */
    --bs-secondary: #e0c9fa;
    --bs-secondary-rgb: 224,201,250;
    --bs-secondary-bg-subtle: #fbf8fe;
    --bs-secondary-border-subtle: #fbf8fe;
    --bs-secondary-text-emphasis: #c59af6;

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

    --stroke-linecap: round;
    
}   


