
@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: #ffffff;
    --color-tinted-gray: #55575e;
    --color-tinted-white: #eceff9;
    --color-facility-text: #000000;

    --color-primary: #b2d7c7;
    --color-primary-rgb: 178,215,199;
    --color-primary-hover: #90c6af;
    --color-primary-hover-rgb: 144,198,175;    
    --color-primary-dark: #90c6af;
    --color-primary-light: #d4e8df;
    --color-primary-text: #1f2847;
    --color-primary-on-white: #b2d7c7;
    --color-primary-on-black: #b2d7c7;

    --color-primary-alert-background: #d7e7e4;
    --color-primary-alert-border: #cbe1da;
    --color-primary-alert-text: #11221b;

    --color-secondary: #1f2847;
    --color-secondary-rgb: 31,40,71;
    --color-secondary-hover: #2f3c6b;
    --color-secondary-hover-rgb: 47,60,107;
    --color-secondary-dark: #101424;
    --color-secondary-light: #2f3c6b;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #1f2847;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9ca1b1;
    --color-secondary-alert-border: #73788d;
    --color-secondary-alert-text: #101424;

    --color-light: #e6f4ee;
    --color-light-rgb: 230,244,238;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5d6;
    --color-light-hover: #c2e5d6;
    --color-light-hover-rgb: 194,229,214;
    --color-light-dark: #c2e5d6;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4ee;
    --color-light-on-black: #e6f4ee;
    --color-light-border: #b2d7c7;

    --color-light-alert-background: #ecf2f3;
    --color-light-alert-border: #eaf3f2;
    --color-light-alert-text: #0f241b;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(255, 255, 255, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://elitcenter.wondr.se/branding/checkboxImage?h=1748600324_ce4897a7');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #b2d7c7;
    --bs-primary-rgb: 178,215,199;
    --bs-primary-bg-subtle: #d4e8df;
    --bs-primary-border-subtle: #d4e8df;
    --bs-primary-text-emphasis: #90c6af;

    /* secondary */
    --bs-secondary: #1f2847;
    --bs-secondary-rgb: 31,40,71;
    --bs-secondary-bg-subtle: #2f3c6b;
    --bs-secondary-border-subtle: #2f3c6b;
    --bs-secondary-text-emphasis: #101424;

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

    --stroke-linecap: round;
    
}   


