

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #000000;

    --color-primary: #c6bb11;
    --color-primary-rgb: 198,187,17;
    --color-primary-hover: #978f0d;
    --color-primary-hover-rgb: 151,143,13;    
    --color-primary-dark: #978f0d;
    --color-primary-light: #ecdf1e;
    --color-primary-text: #000000;
    --color-primary-on-white: #c6bb11;
    --color-primary-on-black: #c6bb11;

    --color-primary-alert-background: #dfdb9b;
    --color-primary-alert-border: #d7d16d;
    --color-primary-alert-text: #2f2c04;

    --color-secondary: #232323;
    --color-secondary-rgb: 35,35,35;
    --color-secondary-hover: #3d3d3d;
    --color-secondary-hover-rgb: 61,61,61;
    --color-secondary-dark: #0a0a0a;
    --color-secondary-light: #3d3d3d;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #232323;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9e9fa2;
    --color-secondary-alert-border: #757578;
    --color-secondary-alert-text: #1a1a1a;

    --color-light: #f4f3e6;
    --color-light-rgb: 244,243,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5e3c2;
    --color-light-hover: #e5e3c2;
    --color-light-hover-rgb: 229,227,194;
    --color-light-dark: #e5e3c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f3e6;
    --color-light-on-black: #f4f3e6;
    --color-light-border: #c6bb11;

    --color-light-alert-background: #f2f2f0;
    --color-light-alert-border: #f2f2ed;
    --color-light-alert-text: #24220f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(35, 35, 35, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://bumblebeegym.wondr.se/branding/checkboxImage?h=1727168149_06e6d1d1');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #c6bb11;
    --bs-primary-rgb: 198,187,17;
    --bs-primary-bg-subtle: #ecdf1e;
    --bs-primary-border-subtle: #ecdf1e;
    --bs-primary-text-emphasis: #978f0d;

    /* secondary */
    --bs-secondary: #232323;
    --bs-secondary-rgb: 35,35,35;
    --bs-secondary-bg-subtle: #3d3d3d;
    --bs-secondary-border-subtle: #3d3d3d;
    --bs-secondary-text-emphasis: #0a0a0a;

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

    --stroke-linecap: round;
    
}   


