

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

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

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

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

    --color-primary: #81e55b;
    --color-primary-rgb: 129,229,91;
    --color-primary-hover: #5fde2f;
    --color-primary-hover-rgb: 95,222,47;    
    --color-primary-dark: #5fde2f;
    --color-primary-light: #a3ec87;
    --color-primary-text: #000000;
    --color-primary-on-white: #81e55b;
    --color-primary-on-black: #81e55b;
    --color-primary-ceil: #81e55b;
    --color-primary-floor: #81e55b;
    
    --color-primary-alert-background: #c4ecb9;
    --color-primary-alert-border: #adea99;
    --color-primary-alert-text: #112c07;
    
    --primary-h: 103;
    --primary-s: 73%;
    --primary-l: 63%;

    --color-secondary: #000000;
    --color-secondary-rgb: 0,0,0;
    --color-secondary-hover: #1a1a1a;
    --color-secondary-hover-rgb: 26,26,26;
    --color-secondary-dark: #000000;
    --color-secondary-light: #1a1a1a;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #000000;
    --color-secondary-floor: #1f1f1f;

    --color-secondary-alert-background: #909194;
    --color-secondary-alert-border: #606063;
    --color-secondary-alert-text: #1a1a1a;
    
    --secondary-h: 0;
    --secondary-s: 0%;
    --secondary-l: 0%;

    --color-light: #eaf4e6;
    --color-light-rgb: 234,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #cce5c2;
    --color-light-hover: #cce5c2;
    --color-light-hover-rgb: 204,229,194;
    --color-light-dark: #cce5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #eaf4e6;
    --color-light-on-black: #eaf4e6;
    --color-light-border: #81e55b;

    --color-light-alert-background: #eef2f0;
    --color-light-alert-border: #ecf3ed;
    --color-light-alert-text: #15240f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(0,0,0,0);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://fitnessfirst.wondr.se/branding/checkboxImage?h=0000001_4247ab9d');

    --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: #81e55b;
    --bs-primary-rgb: 129,229,91;
    --bs-primary-bg-subtle: #a3ec87;
    --bs-primary-border-subtle: #a3ec87;
    --bs-primary-text-emphasis: #5fde2f;

    /* secondary */
    --bs-secondary: #000000;
    --bs-secondary-rgb: 0,0,0;
    --bs-secondary-bg-subtle: #1a1a1a;
    --bs-secondary-border-subtle: #1a1a1a;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}



