

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e555e;
    --color-tinted-white: #f9ecf9;
    --color-facility-text: #000000;

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

    --color-primary: #12aecc;
    --color-primary-rgb: 18,174,204;
    --color-primary-hover: #0e869d;
    --color-primary-hover-rgb: 14,134,157;    
    --color-primary-dark: #0e869d;
    --color-primary-light: #25ccec;
    --color-primary-text: #000000;
    --color-primary-on-white: #12aecc;
    --color-primary-on-black: #12aecc;
    --color-primary-ceil: #12aecc;
    --color-primary-floor: #12aecc;
    
    --color-primary-alert-background: #97d6e6;
    --color-primary-alert-border: #6bc9dd;
    --color-primary-alert-text: #04282f;
    
    --primary-h: 190;
    --primary-s: 84%;
    --primary-l: 44%;

    --color-secondary: #5d555d;
    --color-secondary-rgb: 93,85,93;
    --color-secondary-hover: #786d78;
    --color-secondary-hover-rgb: 120,109,120;
    --color-secondary-dark: #423d42;
    --color-secondary-light: #786d78;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #5d555d;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #5d555d;
    --color-secondary-floor: #5d555d;

    --color-secondary-alert-background: #b5b3b9;
    --color-secondary-alert-border: #98939b;
    --color-secondary-alert-text: #1b181b;
    
    --secondary-h: 300;
    --secondary-s: 4%;
    --secondary-l: 35%;

    --color-light: #e6f2f4;
    --color-light-rgb: 230,242,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2dfe5;
    --color-light-hover: #c2dfe5;
    --color-light-hover-rgb: 194,223,229;
    --color-light-dark: #c2dfe5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f2f4;
    --color-light-on-black: #e6f2f4;
    --color-light-border: #12aecc;

    --color-light-alert-background: #ecf1f6;
    --color-light-alert-border: #eaf2f5;
    --color-light-alert-text: #0f2024;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://sali21.wondr.cc/branding/checkboxImage?h=1745821703_c94be258');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(94, 85, 94, 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: #12aecc;
    --bs-primary-rgb: 18,174,204;
    --bs-primary-bg-subtle: #25ccec;
    --bs-primary-border-subtle: #25ccec;
    --bs-primary-text-emphasis: #0e869d;

    /* secondary */
    --bs-secondary: #5d555d;
    --bs-secondary-rgb: 93,85,93;
    --bs-secondary-bg-subtle: #786d78;
    --bs-secondary-border-subtle: #786d78;
    --bs-secondary-text-emphasis: #423d42;

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

    --stroke-linecap: round;
    
}



