

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

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

    --color-facility: #000000;
    --color-tinted-gray: #5a5e55;
    --color-tinted-white: #f3f9ec;
    --color-facility-text: #ffffff;

    --border-radius: 20px;

    --color-primary: #ed1297;
    --color-primary-rgb: 237,18,151;
    --color-primary-hover: #be0e79;
    --color-primary-hover-rgb: 190,14,121;    
    --color-primary-dark: #be0e79;
    --color-primary-light: #f141ac;
    --color-primary-text: #000000;
    --color-primary-on-white: #ed1297;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #ef98d1;
    --color-primary-alert-border: #ee6bbd;
    --color-primary-alert-text: #2f041e;

    --color-secondary: #5ca607;
    --color-secondary-rgb: 92,166,7;
    --color-secondary-hover: #77d709;
    --color-secondary-hover-rgb: 119,215,9;
    --color-secondary-dark: #417505;
    --color-secondary-light: #77d709;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #5ca607;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #b5d397;
    --color-secondary-alert-border: #97c467;
    --color-secondary-alert-text: #1b3102;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(92, 166, 7, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://spinnvill.wondr.cc/branding/checkboxImage?h=1758017995_e553fcab');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #ed1297;
    --bs-primary-rgb: 237,18,151;
    --bs-primary-bg-subtle: #f141ac;
    --bs-primary-border-subtle: #f141ac;
    --bs-primary-text-emphasis: #be0e79;

    /* secondary */
    --bs-secondary: #5ca607;
    --bs-secondary-rgb: 92,166,7;
    --bs-secondary-bg-subtle: #77d709;
    --bs-secondary-border-subtle: #77d709;
    --bs-secondary-text-emphasis: #417505;

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

    --stroke-linecap: round;
    
}   


