

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

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

    --color-facility: #000000;
    --color-tinted-gray: #5e555c;
    --color-tinted-white: #f9ecf6;
    --color-facility-text: #ffffff;

    --color-primary: #68bd06;
    --color-primary-rgb: 104,189,6;
    --color-primary-hover: #83ee08;
    --color-primary-hover-rgb: 131,238,8;    
    --color-primary-dark: #4d8c04;
    --color-primary-light: #83ee08;
    --color-primary-text: #000000;
    --color-primary-on-white: #68bd06;
    --color-primary-on-black: #68bd06;

    --color-primary-alert-background: #badc97;
    --color-primary-alert-border: #9ed266;
    --color-primary-alert-text: #1b3102;

    --color-secondary: #ff7be1;
    --color-secondary-rgb: 255,123,225;
    --color-secondary-hover: #ff48d5;
    --color-secondary-hover-rgb: 255,72,213;
    --color-secondary-dark: #ff48d5;
    --color-secondary-light: #ffaeed;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #ff7be1;
    --color-secondary-on-black: #ff7be1;

    --color-secondary-alert-background: #f6c2ee;
    --color-secondary-alert-border: #f9aaea;
    --color-secondary-alert-text: #330027;

    --color-light: #eef4e6;
    --color-light-rgb: 238,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d5e5c2;
    --color-light-hover: #d5e5c2;
    --color-light-hover-rgb: 213,229,194;
    --color-light-dark: #d5e5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #eef4e6;
    --color-light-on-black: #eef4e6;
    --color-light-border: #68bd06;

    --color-light-alert-background: #eff2f0;
    --color-light-alert-border: #eff3ed;
    --color-light-alert-text: #1a240f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(104, 189, 6, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://spinnvill.wondr.cc/branding/checkboxImage?h=1759412747_e553fcab');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #68bd06;
    --bs-primary-rgb: 104,189,6;
    --bs-primary-bg-subtle: #83ee08;
    --bs-primary-border-subtle: #83ee08;
    --bs-primary-text-emphasis: #4d8c04;

    /* secondary */
    --bs-secondary: #ff7be1;
    --bs-secondary-rgb: 255,123,225;
    --bs-secondary-bg-subtle: #ffaeed;
    --bs-secondary-border-subtle: #ffaeed;
    --bs-secondary-text-emphasis: #ff48d5;

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

    --stroke-linecap: round;
    
}   


