

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

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

    --color-facility: #ffbd59;
    --color-tinted-gray: #363430;
    --color-tinted-white: #f9f4ec;
    --color-facility-text: #000000;

    --color-app: #ffbd59;
    --color-app-text: #000000;
    --color-status-bar: light;

    --color-primary: #ffbd59;
    --color-primary-rgb: 255,189,89;
    --color-primary-hover: #ffa926;
    --color-primary-hover-rgb: 255,169,38;    
    --color-primary-dark: #ffa926;
    --color-primary-light: #ffd18c;
    --color-primary-text: #000000;
    --color-primary-on-white: #ffbd59;
    --color-primary-on-black: #ffbd59;
    --color-primary-ceil: #ffbd59;
    --color-primary-floor: #ffbd59;
    
    --color-primary-alert-background: #f6dcb8;
    --color-primary-alert-border: #f9d298;
    --color-primary-alert-text: #331f00;
    
    --primary-h: 36;
    --primary-s: 100%;
    --primary-l: 67%;

    --color-secondary: #ffbd59;
    --color-secondary-rgb: 255,189,89;
    --color-secondary-hover: #ffa926;
    --color-secondary-hover-rgb: 255,169,38;
    --color-secondary-dark: #ffa926;
    --color-secondary-light: #ffd18c;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #ffbd59;
    --color-secondary-on-black: #ffbd59;
    --color-secondary-ceil: #ffbd59;
    --color-secondary-floor: #ffbd59;

    --color-secondary-alert-background: #f6dcb8;
    --color-secondary-alert-border: #f9d298;
    --color-secondary-alert-text: #331f00;
    
    --secondary-h: 36;
    --secondary-s: 100%;
    --secondary-l: 67%;

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

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

    --color-background: #f7f4f0;
    --background-overlay-color: rgba(255, 189, 89, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://teambeachgym.se/branding/checkboxImage?h=1770213406_078b87c9');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 52, 48, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;
    
    --hero-theme: light;
    --hero-theme-class: hero-theme-light;
    --hero-overlay-color: rgba(255, 255, 255, 0.3);
    --hero-text-color: var(--header-color);

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ffbd59;
    --bs-primary-rgb: 255,189,89;
    --bs-primary-bg-subtle: #ffd18c;
    --bs-primary-border-subtle: #ffd18c;
    --bs-primary-text-emphasis: #ffa926;

    /* secondary */
    --bs-secondary: #ffbd59;
    --bs-secondary-rgb: 255,189,89;
    --bs-secondary-bg-subtle: #ffd18c;
    --bs-secondary-border-subtle: #ffd18c;
    --bs-secondary-text-emphasis: #ffa926;

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

    --stroke-linecap: round;
    
}



