

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

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

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

    --color-app: #000000;
    --color-app-text: #ffffff;
    --color-status-bar: dark;

    --color-primary: #c5a059;
    --color-primary-rgb: 197,160,89;
    --color-primary-hover: #ae873d;
    --color-primary-hover-rgb: 174,135,61;    
    --color-primary-dark: #ae873d;
    --color-primary-light: #d2b67f;
    --color-primary-text: #000000;
    --color-primary-on-white: #c5a059;
    --color-primary-on-black: #c5a059;
    --color-primary-ceil: #c5a059;
    --color-primary-floor: #c5a059;
    
    --color-primary-alert-background: #dfd1b8;
    --color-primary-alert-border: #d6c098;
    --color-primary-alert-text: #261d0d;
    
    --primary-h: 39;
    --primary-s: 48%;
    --primary-l: 56%;

    --color-secondary: #242424;
    --color-secondary-rgb: 36,36,36;
    --color-secondary-hover: #3e3e3e;
    --color-secondary-hover-rgb: 62,62,62;
    --color-secondary-dark: #0b0b0b;
    --color-secondary-light: #3e3e3e;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #242424;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #242424;
    --color-secondary-floor: #242424;

    --color-secondary-alert-background: #9e9fa3;
    --color-secondary-alert-border: #767678;
    --color-secondary-alert-text: #1a1a1a;
    
    --secondary-h: 0;
    --secondary-s: 0%;
    --secondary-l: 14%;

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

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

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(255, 255, 255, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://s13gym.wondr.se/branding/checkboxImage?h=1777379834_bc94c30b');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 48, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;
    
    --hero-theme: dark;
    --hero-theme-class: hero-theme-dark;
    --hero-overlay-color: rgba(0, 0, 0, 0.3);
    --hero-text-color: #ffffff;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #c5a059;
    --bs-primary-rgb: 197,160,89;
    --bs-primary-bg-subtle: #d2b67f;
    --bs-primary-border-subtle: #d2b67f;
    --bs-primary-text-emphasis: #ae873d;

    /* secondary */
    --bs-secondary: #242424;
    --bs-secondary-rgb: 36,36,36;
    --bs-secondary-bg-subtle: #3e3e3e;
    --bs-secondary-border-subtle: #3e3e3e;
    --bs-secondary-text-emphasis: #0b0b0b;

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

    --stroke-linecap: round;
    
}



