

: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: #006884;
    --color-primary-rgb: 0,104,132;
    --color-primary-hover: #0090b7;
    --color-primary-hover-rgb: 0,144,183;    
    --color-primary-dark: #004051;
    --color-primary-light: #0090b7;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #006884;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #90bac9;
    --color-primary-alert-border: #609fb2;
    --color-primary-alert-text: #002833;

    --color-secondary: #141414;
    --color-secondary-rgb: 20,20,20;
    --color-secondary-hover: #2e2e2e;
    --color-secondary-hover-rgb: 46,46,46;
    --color-secondary-dark: #000000;
    --color-secondary-light: #2e2e2e;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #141414;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #98999c;
    --color-secondary-alert-border: #6c6c6f;
    --color-secondary-alert-text: #1a1a1a;

    --color-light: #e6f1f4;
    --color-light-rgb: 230,241,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2dee5;
    --color-light-hover: #c2dee5;
    --color-light-hover-rgb: 194,222,229;
    --color-light-dark: #c2dee5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f1f4;
    --color-light-on-black: #e6f1f4;
    --color-light-border: #006884;

    --color-light-alert-background: #ecf1f6;
    --color-light-alert-border: #eaf1f5;
    --color-light-alert-text: #0f1f24;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(20, 20, 20, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://sportygarden.wondr.cc/branding/checkboxImage?h=1711747175_e739c9e3');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #006884;
    --bs-primary-rgb: 0,104,132;
    --bs-primary-bg-subtle: #0090b7;
    --bs-primary-border-subtle: #0090b7;
    --bs-primary-text-emphasis: #004051;

    /* secondary */
    --bs-secondary: #141414;
    --bs-secondary-rgb: 20,20,20;
    --bs-secondary-bg-subtle: #2e2e2e;
    --bs-secondary-border-subtle: #2e2e2e;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}   


