

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

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

    --color-facility: #1F252B;
    --color-tinted-gray: #585e55;
    --color-tinted-white: #f1f9ec;
    --color-facility-text: #ffffff;

    --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: #1b1a1a;
    --color-primary-on-white: #12aecc;
    --color-primary-on-black: #12aecc;

    --color-primary-alert-background: #97d6e6;
    --color-primary-alert-border: #6bc9dd;
    --color-primary-alert-text: #04282f;

    --color-secondary: #4c9618;
    --color-secondary-rgb: 76,150,24;
    --color-secondary-hover: #62c21f;
    --color-secondary-hover-rgb: 98,194,31;
    --color-secondary-dark: #366a11;
    --color-secondary-light: #62c21f;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #4c9618;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #aecd9e;
    --color-secondary-alert-border: #8eba71;
    --color-secondary-alert-text: #162c07;

    --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: #f3f3f3;
    --background-overlay-color: rgba(76, 150, 24, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://vadummotion.wondr.cc/branding/checkboxImage?h=1760514502_b459b13b');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(88, 94, 85, 1.00);
    --header-transform: uppercase;
    --header-weight: 600;
    --header-font-style: normal;

    /* 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: #4c9618;
    --bs-secondary-rgb: 76,150,24;
    --bs-secondary-bg-subtle: #62c21f;
    --bs-secondary-border-subtle: #62c21f;
    --bs-secondary-text-emphasis: #366a11;

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

    --stroke-linecap: round;
    
}   


