

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #303436;
    --color-tinted-white: #ecf5f9;
    --color-facility-text: #000000;

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

    --color-primary: #2c18e9;
    --color-primary-rgb: 44,24,233;
    --color-primary-hover: #2212bc;
    --color-primary-hover-rgb: 34,18,188;    
    --color-primary-dark: #2212bc;
    --color-primary-light: #5747ed;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #2c18e9;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #2c18e9;
    --color-primary-floor: #2c18e9;
    
    --color-primary-alert-background: #a29af1;
    --color-primary-alert-border: #7a6fef;
    --color-primary-alert-text: #08042f;
    
    --primary-h: 246;
    --primary-s: 83%;
    --primary-l: 50%;

    --color-secondary: #10abe3;
    --color-secondary-rgb: 16,171,227;
    --color-secondary-hover: #0d87b3;
    --color-secondary-hover-rgb: 13,135,179;
    --color-secondary-dark: #0d87b3;
    --color-secondary-light: #35bff1;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #10abe3;
    --color-secondary-on-black: #10abe3;
    --color-secondary-ceil: #10abe3;
    --color-secondary-floor: #10abe3;

    --color-secondary-alert-background: #96d5ef;
    --color-secondary-alert-border: #6ac7eb;
    --color-secondary-alert-text: #032430;
    
    --secondary-h: 196;
    --secondary-s: 87%;
    --secondary-l: 48%;

    --color-light: #e7e6f4;
    --color-light-rgb: 231,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c6c2e5;
    --color-light-hover: #c6c2e5;
    --color-light-hover-rgb: 198,194,229;
    --color-light-dark: #c6c2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e7e6f4;
    --color-light-on-black: #e7e6f4;
    --color-light-border: #2c18e9;

    --color-light-alert-background: #ecedf6;
    --color-light-alert-border: #ebeaf5;
    --color-light-alert-text: #110f24;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(44, 24, 233, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://strong4life.wondr.cc/branding/checkboxImage?h=1751354074_6513b491');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(48, 52, 54, 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: #2c18e9;
    --bs-primary-rgb: 44,24,233;
    --bs-primary-bg-subtle: #5747ed;
    --bs-primary-border-subtle: #5747ed;
    --bs-primary-text-emphasis: #2212bc;

    /* secondary */
    --bs-secondary: #10abe3;
    --bs-secondary-rgb: 16,171,227;
    --bs-secondary-bg-subtle: #35bff1;
    --bs-secondary-border-subtle: #35bff1;
    --bs-secondary-text-emphasis: #0d87b3;

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

    --stroke-linecap: round;
    
}



