

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5b55;
    --color-tinted-white: #f9f5ec;
    --color-facility-text: #000000;

    --border-radius: 20px;

    --color-primary: #25432c;
    --color-primary-rgb: 37,67,44;
    --color-primary-hover: #376442;
    --color-primary-hover-rgb: 55,100,66;    
    --color-primary-dark: #132216;
    --color-primary-light: #376442;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #25432c;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #9faba6;
    --color-primary-alert-border: #76897d;
    --color-primary-alert-text: #122116;

    --color-secondary: #ccbb95;
    --color-secondary-rgb: 204,187,149;
    --color-secondary-hover: #bba573;
    --color-secondary-hover-rgb: 187,165,115;
    --color-secondary-dark: #bba573;
    --color-secondary-light: #ddd1b7;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #ccbb95;
    --color-secondary-on-black: #ccbb95;

    --color-secondary-alert-background: #e2dbd0;
    --color-secondary-alert-border: #dad1bc;
    --color-secondary-alert-text: #221d11;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(204, 187, 149, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://dittgym.wondr.se/branding/checkboxImage?h=1756283633_8d230648');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #25432c;
    --bs-primary-rgb: 37,67,44;
    --bs-primary-bg-subtle: #376442;
    --bs-primary-border-subtle: #376442;
    --bs-primary-text-emphasis: #132216;

    /* secondary */
    --bs-secondary: #ccbb95;
    --bs-secondary-rgb: 204,187,149;
    --bs-secondary-bg-subtle: #ddd1b7;
    --bs-secondary-border-subtle: #ddd1b7;
    --bs-secondary-text-emphasis: #bba573;

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

    --stroke-linecap: round;
    
}   


