

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5a55;
    --color-tinted-white: #f9f4ec;
    --color-facility-text: #000000;

    --color-primary: #84a59d;
    --color-primary-rgb: 132,165,157;
    --color-primary-hover: #688e85;
    --color-primary-hover-rgb: 104,142,133;    
    --color-primary-dark: #688e85;
    --color-primary-light: #a1bbb4;
    --color-primary-text: #fdfcfb;
    --color-primary-on-white: #84a59d;
    --color-primary-on-black: #84a59d;

    --color-primary-alert-background: #c5d3d3;
    --color-primary-alert-border: #afc3c1;
    --color-primary-alert-text: #161d1c;

    --color-secondary: #f6bd60;
    --color-secondary-rgb: 246,189,96;
    --color-secondary-hover: #f3a930;
    --color-secondary-hover-rgb: 243,169,48;
    --color-secondary-dark: #f3a930;
    --color-secondary-light: #f9d190;
    --color-secondary-text: ;
    --color-secondary-on-white: #f6bd60;
    --color-secondary-on-black: #f6bd60;

    --color-secondary-alert-background: #f2dcbb;
    --color-secondary-alert-border: #f4d29c;
    --color-secondary-alert-text: #301f03;

    --color-light: #e6f4f1;
    --color-light-rgb: 230,244,241;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5dd;
    --color-light-hover: #c2e5dd;
    --color-light-hover-rgb: 194,229,221;
    --color-light-dark: #c2e5dd;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4f1;
    --color-light-on-black: #e6f4f1;
    --color-light-border: #84a59d;

    --color-light-alert-background: #ecf2f5;
    --color-light-alert-border: #eaf3f3;
    --color-light-alert-text: #0f241f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(132, 165, 157, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://topworkoutgym.wondr.se/branding/checkboxImage?h=1741272345_651b9882');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #84a59d;
    --bs-primary-rgb: 132,165,157;
    --bs-primary-bg-subtle: #a1bbb4;
    --bs-primary-border-subtle: #a1bbb4;
    --bs-primary-text-emphasis: #688e85;

    /* secondary */
    --bs-secondary: #f6bd60;
    --bs-secondary-rgb: 246,189,96;
    --bs-secondary-bg-subtle: #f9d190;
    --bs-secondary-border-subtle: #f9d190;
    --bs-secondary-text-emphasis: #f3a930;

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

    --stroke-linecap: round;
    
}   


