

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

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

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

    --color-primary: #daa11e;
    --color-primary-rgb: 218,161,30;
    --color-primary-hover: #ad8018;
    --color-primary-hover-rgb: 173,128,24;    
    --color-primary-dark: #ad8018;
    --color-primary-light: #e5b546;
    --color-primary-text: #000000;
    --color-primary-on-white: #daa11e;
    --color-primary-on-black: #daa11e;

    --color-primary-alert-background: #e7d1a0;
    --color-primary-alert-border: #e3c175;
    --color-primary-alert-text: #2d2106;

    --color-secondary: #e0ceab;
    --color-secondary-rgb: 224,206,171;
    --color-secondary-hover: #d2b886;
    --color-secondary-hover-rgb: 210,184,134;
    --color-secondary-dark: #d2b886;
    --color-secondary-light: #eee4d0;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #e0ceab;
    --color-secondary-on-black: #e0ceab;

    --color-secondary-alert-background: #eae3d9;
    --color-secondary-alert-border: #e6dcc9;
    --color-secondary-alert-text: #251d0e;

    --color-light: #f4f0e6;
    --color-light-rgb: 244,240,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5dac2;
    --color-light-hover: #e5dac2;
    --color-light-hover-rgb: 229,218,194;
    --color-light-dark: #e5dac2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f0e6;
    --color-light-on-black: #f4f0e6;
    --color-light-border: #daa11e;

    --color-light-alert-background: #f2f1f0;
    --color-light-alert-border: #f2f0ed;
    --color-light-alert-text: #241e0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(224, 206, 171, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://temugym.se/branding/checkboxImage?h=1706275558_b34e6b6c');

    --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: #daa11e;
    --bs-primary-rgb: 218,161,30;
    --bs-primary-bg-subtle: #e5b546;
    --bs-primary-border-subtle: #e5b546;
    --bs-primary-text-emphasis: #ad8018;

    /* secondary */
    --bs-secondary: #e0ceab;
    --bs-secondary-rgb: 224,206,171;
    --bs-secondary-bg-subtle: #eee4d0;
    --bs-secondary-border-subtle: #eee4d0;
    --bs-secondary-text-emphasis: #d2b886;

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

    --stroke-linecap: round;
    
}   


