

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5b5e55;
    --color-tinted-white: #f4f9ec;
    --color-facility-text: #000000;

    --color-primary: #70be1b;
    --color-primary-rgb: 112,190,27;
    --color-primary-hover: #569115;
    --color-primary-hover-rgb: 86,145,21;    
    --color-primary-dark: #569115;
    --color-primary-light: #8ae12b;
    --color-primary-text: #000000;
    --color-primary-on-white: #70be1b;
    --color-primary-on-black: #70be1b;

    --color-primary-alert-background: #bddd9f;
    --color-primary-alert-border: #a3d273;
    --color-primary-alert-text: #1a2d06;

    --color-secondary: #a0d82b;
    --color-secondary-rgb: 160,216,43;
    --color-secondary-hover: #81b020;
    --color-secondary-hover-rgb: 129,176,32;
    --color-secondary-dark: #81b020;
    --color-secondary-light: #b3e056;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #a0d82b;
    --color-secondary-on-black: #a0d82b;

    --color-secondary-alert-background: #d0e7a5;
    --color-secondary-alert-border: #c0e27d;
    --color-secondary-alert-text: #202b08;

    --color-background: #f7f0f0;
    --background-overlay-color: rgba(160, 216, 43, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://trueworkout.se/branding/checkboxImage?h=1744875528_ccae5372');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #70be1b;
    --bs-primary-rgb: 112,190,27;
    --bs-primary-bg-subtle: #8ae12b;
    --bs-primary-border-subtle: #8ae12b;
    --bs-primary-text-emphasis: #569115;

    /* secondary */
    --bs-secondary: #a0d82b;
    --bs-secondary-rgb: 160,216,43;
    --bs-secondary-bg-subtle: #b3e056;
    --bs-secondary-border-subtle: #b3e056;
    --bs-secondary-text-emphasis: #81b020;

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

    --stroke-linecap: round;
    
}   


