

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

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

    --color-facility: #000000;
    --color-tinted-gray: #5e555b;
    --color-tinted-white: #f9ecf5;
    --color-facility-text: #ffffff;

    --color-primary: #3fcc12;
    --color-primary-rgb: 63,204,18;
    --color-primary-hover: #319d0e;
    --color-primary-hover-rgb: 49,157,14;    
    --color-primary-dark: #319d0e;
    --color-primary-light: #55ec25;
    --color-primary-text: #000000;
    --color-primary-on-white: #3fcc12;
    --color-primary-on-black: #3fcc12;

    --color-primary-alert-background: #a9e29b;
    --color-primary-alert-border: #86db6e;
    --color-primary-alert-text: #0e2f04;

    --color-secondary: #e9d3e3;
    --color-secondary-rgb: 233,211,227;
    --color-secondary-hover: #d8b1cd;
    --color-secondary-hover-rgb: 216,177,205;
    --color-secondary-dark: #d8b1cd;
    --color-secondary-light: #faf5f9;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #e9d3e3;
    --color-secondary-on-black: #e9d3e3;

    --color-secondary-alert-background: #ede5ef;
    --color-secondary-alert-border: #ecdfeb;
    --color-secondary-alert-text: #22111d;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(233, 211, 227, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://fysiocamp.wondr.cc/branding/checkboxImage?h=1740403704_f2154fc7');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #3fcc12;
    --bs-primary-rgb: 63,204,18;
    --bs-primary-bg-subtle: #55ec25;
    --bs-primary-border-subtle: #55ec25;
    --bs-primary-text-emphasis: #319d0e;

    /* secondary */
    --bs-secondary: #e9d3e3;
    --bs-secondary-rgb: 233,211,227;
    --bs-secondary-bg-subtle: #faf5f9;
    --bs-secondary-border-subtle: #faf5f9;
    --bs-secondary-text-emphasis: #d8b1cd;

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

    --stroke-linecap: round;
    
}   


