

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5454;
    --color-tinted-white: #f8ebeb;
    --color-facility-text: #282424;

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

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

    --color-secondary: #b1b1b1;
    --color-secondary-rgb: 177,177,177;
    --color-secondary-hover: #979797;
    --color-secondary-hover-rgb: 151,151,151;
    --color-secondary-dark: #979797;
    --color-secondary-light: #cacaca;
    --color-secondary-text: #f8ebeb;
    --color-secondary-on-white: #b1b1b1;
    --color-secondary-on-black: #b1b1b1;

    --color-secondary-alert-background: #d6d7db;
    --color-secondary-alert-border: #cacacd;
    --color-secondary-alert-text: #191919;

    --color-danger: #e12222;
    --color-danger-hover: #b71818;
    --color-danger-dark: #b71818;
    --color-danger-light: #e74e4e;
    --color-danger-text: #ffffff;
    --color-danger-on-white: #e12222;
    --color-danger-on-black: #e12222;

    --color-danger-alert-background: #ea9ea1;
    --color-danger-alert-border: #e77477;
    --color-danger-alert-text: #2c0606;

    --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=1752820548_0ccd97db');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5454;
    --header-transform: none;
    --header-weight: 700;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #c42a2a;
    --bs-primary-rgb: 196,42,42;
    --bs-primary-bg-subtle: #d84949;
    --bs-primary-border-subtle: #d84949;
    --bs-primary-text-emphasis: #9a2121;

    --bs-secondary: #b1b1b1;
    --bs-secondary-rgb: 177,177,177;
    --bs-secondary-bg-subtle: #cacaca;
    --bs-secondary-border-subtle: #cacaca;
    --bs-secondary-text-emphasis: #979797;

    --bs-danger: #e12222;
    --bs-danger-rgb: 225,34,34;
    --bs-danger-bg-subtle: #e74e4e;
    --bs-danger-border-subtle: #e74e4e;
    --bs-danger-text-emphasis: #b71818;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


