

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #000000;

    --color-primary: #7cc253;
    --color-primary-rgb: 124,194,83;
    --color-primary-hover: #63a73b;
    --color-primary-hover-rgb: 99,167,59;    
    --color-primary-dark: #63a73b;
    --color-primary-light: #99cf79;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #7cc253;
    --color-primary-on-black: #7cc253;
    --color-primary-ceil: #7cc253;
    
    --color-primary-alert-background: #c2deb5;
    --color-primary-alert-border: #aad595;
    --color-primary-alert-text: #16260d;

    --color-secondary: #b1b1b1;
    --color-secondary-rgb: 177,177,177;
    --color-secondary-hover: #989898;
    --color-secondary-hover-rgb: 152,152,152;
    --color-secondary-dark: #989898;
    --color-secondary-light: #cbcbcb;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #b1b1b1;
    --color-secondary-on-black: #b1b1b1;
    --color-secondary-ceil: #b1b1b1;

    --color-secondary-alert-background: #d7d7db;
    --color-secondary-alert-border: #cacbcd;
    --color-secondary-alert-text: #1a1a1a;

    --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: #7cc253;

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

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(124, 194, 83, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://brp.wondr.cc/branding/checkboxImage?h=1763542127_0ccd97db');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #7cc253;
    --bs-primary-rgb: 124,194,83;
    --bs-primary-bg-subtle: #99cf79;
    --bs-primary-border-subtle: #99cf79;
    --bs-primary-text-emphasis: #63a73b;

    /* secondary */
    --bs-secondary: #b1b1b1;
    --bs-secondary-rgb: 177,177,177;
    --bs-secondary-bg-subtle: #cbcbcb;
    --bs-secondary-border-subtle: #cbcbcb;
    --bs-secondary-text-emphasis: #989898;

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

    --stroke-linecap: round;
    
}   


