
@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;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5454;
    --color-tinted-white: #f8ebeb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #82b454;
    --color-primary-rgb: 130,180,84;
    --color-primary-hover: #689440;
    --color-primary-hover-rgb: 104,148,64;    
    --color-primary-dark: #689440;
    --color-primary-light: #9bc377;
    --color-primary-text: #262824;
    --color-primary-on-white: #000000;
    --color-primary-on-black: #82b454;

    --color-primary-alert-background: #c4d8b5;
    --color-primary-alert-border: #aecc95;
    --color-primary-alert-text: #19230f;

    --color-secondary: #6f6f6f;
    --color-secondary-rgb: 111,111,111;
    --color-secondary-hover: #555555;
    --color-secondary-hover-rgb: 85,85,85;
    --color-secondary-dark: #555555;
    --color-secondary-light: #888888;
    --color-secondary-text: #f8ebeb;
    --color-secondary-on-white: #6f6f6f;
    --color-secondary-on-black: #6f6f6f;

    --color-secondary-alert-background: #bcbdc0;
    --color-secondary-alert-border: #a2a3a5;
    --color-secondary-alert-text: #191919;

    --color-danger: #e4a251;
    --color-danger-hover: #dd8a24;
    --color-danger-dark: #dd8a24;
    --color-danger-light: #eab97d;
    --color-danger-text: #f8f2eb;
    --color-danger-on-white: #e4a251;
    --color-danger-on-black: #e4a251;

    --color-danger-alert-background: #ebd1b4;
    --color-danger-alert-border: #e8c193;
    --color-danger-alert-text: #2c1b06;

    --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=1754905702_d8c2a57e');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5454;
    --header-transform: none;
    --header-weight: 700;
    --header-font-style: normal;

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

    --bs-secondary: #6f6f6f;
    --bs-secondary-rgb: 111,111,111;
    --bs-secondary-bg-subtle: #888888;
    --bs-secondary-border-subtle: #888888;
    --bs-secondary-text-emphasis: #555555;

    --bs-danger: #e4a251;
    --bs-danger-rgb: 228,162,81;
    --bs-danger-bg-subtle: #eab97d;
    --bs-danger-border-subtle: #eab97d;
    --bs-danger-text-emphasis: #dd8a24;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


