

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

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

    --color-facility: #ffffff;
    --color-facility-variant: #e6e6e6;
    --color-tinted-gray: #555e5c;
    --color-tinted-white: #ecf9f6;
    --color-facility-text: #000000;

    --color-primary: #f6bd60;
    --color-primary-rgb: 246,189,96;
    --color-primary-hover: #f3a930;
    --color-primary-hover-rgb: 243,169,48;    
    --color-primary-dark: #f3a930;
    --color-primary-light: #f9d190;
    --color-primary-text: #faf8f5;
    --color-primary-on-white: #f6bd60;
    --color-primary-on-black: #f6bd60;
    --color-primary-ceil: #f6bd60;
    
    --color-primary-alert-background: #f2dcbb;
    --color-primary-alert-border: #f4d29c;
    --color-primary-alert-text: #301f03;

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

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

    --color-light: #f4efe6;
    --color-light-rgb: 244,239,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d8c2;
    --color-light-hover: #e5d8c2;
    --color-light-hover-rgb: 229,216,194;
    --color-light-dark: #e5d8c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4efe6;
    --color-light-on-black: #f4efe6;
    --color-light-border: #f6bd60;

    --color-light-alert-background: #f2f0f0;
    --color-light-alert-border: #f2f0ed;
    --color-light-alert-text: #241c0f;

    --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=1761854036_651b9882');

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

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

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

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

    --stroke-linecap: round;
    
}   


