

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #303632;
    --color-tinted-white: #ecf9ef;
    --color-facility-text: #000000;

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

    --color-primary: #239a43;
    --color-primary-rgb: 35,154,67;
    --color-primary-hover: #2cc455;
    --color-primary-hover-rgb: 44,196,85;    
    --color-primary-dark: #1a7031;
    --color-primary-light: #2cc455;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #239a43;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #239a43;
    --color-primary-floor: #239a43;
    
    --color-primary-alert-background: #9eceaf;
    --color-primary-alert-border: #75bd8b;
    --color-primary-alert-text: #092a12;
    
    --primary-h: 136;
    --primary-s: 63%;
    --primary-l: 37%;

    --color-secondary: #3fb35a;
    --color-secondary-rgb: 63,179,90;
    --color-secondary-hover: #328d47;
    --color-secondary-hover-rgb: 50,141,71;
    --color-secondary-dark: #328d47;
    --color-secondary-light: #5ec777;
    --color-secondary-text: ;
    --color-secondary-on-white: #3fb35a;
    --color-secondary-on-black: #3fb35a;
    --color-secondary-ceil: #3fb35a;
    --color-secondary-floor: #3fb35a;

    --color-secondary-alert-background: #a9d8b8;
    --color-secondary-alert-border: #86cc99;
    --color-secondary-alert-text: #0d2613;
    
    --secondary-h: 134;
    --secondary-s: 48%;
    --secondary-l: 47%;

    --color-light: #e6f4ea;
    --color-light-rgb: 230,244,234;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5cc;
    --color-light-hover: #c2e5cc;
    --color-light-hover-rgb: 194,229,204;
    --color-light-dark: #c2e5cc;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4ea;
    --color-light-on-black: #e6f4ea;
    --color-light-border: #239a43;

    --color-light-alert-background: #ecf2f2;
    --color-light-alert-border: #eaf3ef;
    --color-light-alert-text: #0f2415;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(63, 179, 90, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://danskfitnessstege.wondr.cc/branding/checkboxImage?h=1784790947_40059c2a');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 54, 50, 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: #239a43;
    --bs-primary-rgb: 35,154,67;
    --bs-primary-bg-subtle: #2cc455;
    --bs-primary-border-subtle: #2cc455;
    --bs-primary-text-emphasis: #1a7031;

    /* secondary */
    --bs-secondary: #3fb35a;
    --bs-secondary-rgb: 63,179,90;
    --bs-secondary-bg-subtle: #5ec777;
    --bs-secondary-border-subtle: #5ec777;
    --bs-secondary-text-emphasis: #328d47;

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

    --stroke-linecap: round;
    
}



