

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

    --border-radius: 20px;

    --color-primary: #c42a2a;
    --color-primary-rgb: 196,42,42;
    --color-primary-hover: #9a2121;
    --color-primary-hover-rgb: 154,33,33;    
    --color-primary-dark: #9a2121;
    --color-primary-light: #d84949;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #c42a2a;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #dea1a5;
    --color-primary-alert-border: #d67a7c;
    --color-primary-alert-text: #2a0909;

    --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-alert-background: #d7d7db;
    --color-secondary-alert-border: #cacbcd;
    --color-secondary-alert-text: #1a1a1a;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(196, 42, 42, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://brp.wondr.cc/branding/checkboxImage?h=1757575721_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: #c42a2a;
    --bs-primary-rgb: 196,42,42;
    --bs-primary-bg-subtle: #d84949;
    --bs-primary-border-subtle: #d84949;
    --bs-primary-text-emphasis: #9a2121;

    /* 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;
    
}   


