

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #353630;
    --color-tinted-white: #f6f9ec;
    --color-facility-text: #000000;

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

    --color-primary: #a1bfa3;
    --color-primary-rgb: 161,191,163;
    --color-primary-hover: #83aa85;
    --color-primary-hover-rgb: 131,170,133;    
    --color-primary-dark: #83aa85;
    --color-primary-light: #bfd4c1;
    --color-primary-text: #000000;
    --color-primary-on-white: #a1bfa3;
    --color-primary-on-black: #a1bfa3;
    --color-primary-ceil: #a1bfa3;
    --color-primary-floor: #a1bfa3;
    
    --color-primary-alert-background: #d0ddd5;
    --color-primary-alert-border: #c1d3c5;
    --color-primary-alert-text: #151e15;
    
    --primary-h: 124;
    --primary-s: 19%;
    --primary-l: 69%;

    --color-secondary: #c1c5ae;
    --color-secondary-rgb: 193,197,174;
    --color-secondary-hover: #aab090;
    --color-secondary-hover-rgb: 170,176,144;
    --color-secondary-dark: #aab090;
    --color-secondary-light: #d8dacc;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #c1c5ae;
    --color-secondary-on-black: #c1c5ae;
    --color-secondary-ceil: #c1c5ae;
    --color-secondary-floor: #c1c5ae;

    --color-secondary-alert-background: #dddfda;
    --color-secondary-alert-border: #d4d7cb;
    --color-secondary-alert-text: #1c1e15;
    
    --secondary-h: 70;
    --secondary-s: 17%;
    --secondary-l: 73%;

    --color-light: #ededed;
    --color-light-rgb: 237,237,237;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d4d4d4;
    --color-light-hover: #d4d4d4;
    --color-light-hover-rgb: 212,212,212;
    --color-light-dark: #d4d4d4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ededed;
    --color-light-on-black: #ededed;
    --color-light-border: #a1bfa3;

    --color-light-alert-background: #efeff3;
    --color-light-alert-border: #eeeff1;
    --color-light-alert-text: #1a1a1a;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(193, 197, 174, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://vitalivyoga.wondr.cc/branding/checkboxImage?h=1769758184_f6ffc7c6');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(53, 54, 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: #a1bfa3;
    --bs-primary-rgb: 161,191,163;
    --bs-primary-bg-subtle: #bfd4c1;
    --bs-primary-border-subtle: #bfd4c1;
    --bs-primary-text-emphasis: #83aa85;

    /* secondary */
    --bs-secondary: #c1c5ae;
    --bs-secondary-rgb: 193,197,174;
    --bs-secondary-bg-subtle: #d8dacc;
    --bs-secondary-border-subtle: #d8dacc;
    --bs-secondary-text-emphasis: #aab090;

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

    --stroke-linecap: round;
    
}



