

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #363034;
    --color-tinted-white: #f9ecf5;
    --color-facility-text: #000000;

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

    --color-primary: #7bc052;
    --color-primary-rgb: 123,192,82;
    --color-primary-hover: #62a33c;
    --color-primary-hover-rgb: 98,163,60;    
    --color-primary-dark: #62a33c;
    --color-primary-light: #98ce77;
    --color-primary-text: #000000;
    --color-primary-on-white: #7bc052;
    --color-primary-on-black: #7bc052;
    --color-primary-ceil: #7bc052;
    --color-primary-floor: #7bc052;
    
    --color-primary-alert-background: #c1ddb5;
    --color-primary-alert-border: #aad494;
    --color-primary-alert-text: #16250e;
    
    --primary-h: 98;
    --primary-s: 47%;
    --primary-l: 54%;

    --color-secondary: #d5ced3;
    --color-secondary-rgb: 213,206,211;
    --color-secondary-hover: #bdb3ba;
    --color-secondary-hover-rgb: 189,179,186;
    --color-secondary-dark: #bdb3ba;
    --color-secondary-light: #ede9ec;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #d5ced3;
    --color-secondary-on-black: #d5ced3;
    --color-secondary-ceil: #c4bac1;
    --color-secondary-floor: #d5ced3;

    --color-secondary-alert-background: #e5e3e9;
    --color-secondary-alert-border: #e0dce1;
    --color-secondary-alert-text: #1b181a;
    
    --secondary-h: 317;
    --secondary-s: 8%;
    --secondary-l: 82%;

    --color-light: #ebf4e6;
    --color-light-rgb: 235,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #cfe5c2;
    --color-light-hover: #cfe5c2;
    --color-light-hover-rgb: 207,229,194;
    --color-light-dark: #cfe5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ebf4e6;
    --color-light-on-black: #ebf4e6;
    --color-light-border: #7bc052;

    --color-light-alert-background: #eef2f0;
    --color-light-alert-border: #edf3ed;
    --color-light-alert-text: #17240f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(213, 206, 211, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://fitforfuture.wondr.cc/branding/checkboxImage?h=1776410959_b867d9c0');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 52, 1.00);
    --header-transform: none;
    --header-weight: 700;
    --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: #7bc052;
    --bs-primary-rgb: 123,192,82;
    --bs-primary-bg-subtle: #98ce77;
    --bs-primary-border-subtle: #98ce77;
    --bs-primary-text-emphasis: #62a33c;

    /* secondary */
    --bs-secondary: #d5ced3;
    --bs-secondary-rgb: 213,206,211;
    --bs-secondary-bg-subtle: #ede9ec;
    --bs-secondary-border-subtle: #ede9ec;
    --bs-secondary-text-emphasis: #bdb3ba;

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

    --stroke-linecap: round;
    
}



