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

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

    --border-radius: 20px;
    --animation-speed: 300ms;

    --color-facility: #000000;
    --color-facility-variant: #000000;
    --color-tinted-gray: #555e59;
    --color-tinted-white: #ecf9f1;
    --color-facility-text: #ffffff;

    --color-primary: #e51faf;
    --color-primary-rgb: 229,31,175;
    --color-primary-hover: #bb168e;
    --color-primary-hover-rgb: 187,22,142;    
    --color-primary-dark: #bb168e;
    --color-primary-light: #ea4dbf;
    --color-primary-text: #000000;
    --color-primary-on-white: #e51faf;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #e51faf;
    
    --color-primary-alert-background: #ec9dda;
    --color-primary-alert-border: #e973cc;
    --color-primary-alert-text: #2e0523;

    --color-secondary: #369f62;
    --color-secondary-rgb: 54,159,98;
    --color-secondary-hover: #29794b;
    --color-secondary-hover-rgb: 41,121,75;
    --color-secondary-dark: #29794b;
    --color-secondary-light: #47c17a;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #369f62;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #369f62;

    --color-secondary-alert-background: #a6d0bb;
    --color-secondary-alert-border: #80c09e;
    --color-secondary-alert-text: #0d2617;

    --color-light: #f4e6f0;
    --color-light-rgb: 244,230,240;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2dc;
    --color-light-hover: #e5c2dc;
    --color-light-hover-rgb: 229,194,220;
    --color-light-dark: #e5c2dc;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6f0;
    --color-light-on-black: #f4e6f0;
    --color-light-border: #e51faf;

    --color-light-alert-background: #f2edf4;
    --color-light-alert-border: #f2eaf3;
    --color-light-alert-text: #240f1e;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://workoutforfun.se/branding/checkboxImage?h=1765348851_07473592');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #e51faf;
    --bs-primary-rgb: 229,31,175;
    --bs-primary-bg-subtle: #ea4dbf;
    --bs-primary-border-subtle: #ea4dbf;
    --bs-primary-text-emphasis: #bb168e;

    /* secondary */
    --bs-secondary: #369f62;
    --bs-secondary-rgb: 54,159,98;
    --bs-secondary-bg-subtle: #47c17a;
    --bs-secondary-border-subtle: #47c17a;
    --bs-secondary-text-emphasis: #29794b;

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

    --stroke-linecap: round;
    
}   


