

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5a5e55;
    --color-tinted-white: #f3f9ec;
    --color-facility-text: #000000;

    --color-primary: #b8e986;
    --color-primary-rgb: 184,233,134;
    --color-primary-hover: #9fe15b;
    --color-primary-hover-rgb: 159,225,91;    
    --color-primary-dark: #9fe15b;
    --color-primary-light: #d1f1b1;
    --color-primary-text: #000000;
    --color-primary-on-white: #b8e986;
    --color-primary-on-black: #b8e986;

    --color-primary-alert-background: #daeeca;
    --color-primary-alert-border: #ceecb3;
    --color-primary-alert-text: #1a2b08;

    --color-secondary: #417505;
    --color-secondary-rgb: 65,117,5;
    --color-secondary-hover: #5ca607;
    --color-secondary-hover-rgb: 92,166,7;
    --color-secondary-dark: #264403;
    --color-secondary-light: #5ca607;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #417505;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #aabf96;
    --color-secondary-alert-border: #87a766;
    --color-secondary-alert-text: #1b3102;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(65, 117, 5, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://jimmiesoderquist.wondr.se/branding/checkboxImage?h=1729670432_d7cba3c2');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #b8e986;
    --bs-primary-rgb: 184,233,134;
    --bs-primary-bg-subtle: #d1f1b1;
    --bs-primary-border-subtle: #d1f1b1;
    --bs-primary-text-emphasis: #9fe15b;

    /* secondary */
    --bs-secondary: #417505;
    --bs-secondary-rgb: 65,117,5;
    --bs-secondary-bg-subtle: #5ca607;
    --bs-secondary-border-subtle: #5ca607;
    --bs-secondary-text-emphasis: #264403;

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

    --stroke-linecap: round;
    
}   


