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

:root {
    --general-font-family: Exo 2;
    --header-font-family: Exo 2;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #000000;

    --border-radius: 20px;

    --color-primary: #82b454;
    --color-primary-rgb: 130,180,84;
    --color-primary-hover: #699441;
    --color-primary-hover-rgb: 105,148,65;    
    --color-primary-dark: #699441;
    --color-primary-light: #9cc477;
    --color-primary-text: #000000;
    --color-primary-on-white: #82b454;
    --color-primary-on-black: #82b454;

    --color-primary-alert-background: #c4d9b6;
    --color-primary-alert-border: #aecc95;
    --color-primary-alert-text: #192310;

    --color-secondary: #6f6f6f;
    --color-secondary-rgb: 111,111,111;
    --color-secondary-hover: #565656;
    --color-secondary-hover-rgb: 86,86,86;
    --color-secondary-dark: #565656;
    --color-secondary-light: #898989;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #6f6f6f;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #bcbdc1;
    --color-secondary-alert-border: #a3a3a5;
    --color-secondary-alert-text: #1a1a1a;

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

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #82b454;
    --bs-primary-rgb: 130,180,84;
    --bs-primary-bg-subtle: #9cc477;
    --bs-primary-border-subtle: #9cc477;
    --bs-primary-text-emphasis: #699441;

    /* secondary */
    --bs-secondary: #6f6f6f;
    --bs-secondary-rgb: 111,111,111;
    --bs-secondary-bg-subtle: #898989;
    --bs-secondary-border-subtle: #898989;
    --bs-secondary-text-emphasis: #565656;

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

    --stroke-linecap: round;
    
}   


