

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

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

    --color-facility: #000000;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #ffffff;

    --color-primary: #a09898;
    --color-primary-rgb: 160,152,152;
    --color-primary-hover: #887d7d;
    --color-primary-hover-rgb: 136,125,125;    
    --color-primary-dark: #887d7d;
    --color-primary-light: #b8b3b3;
    --color-primary-text: #090505;
    --color-primary-on-white: #a09898;
    --color-primary-on-black: #a09898;

    --color-primary-alert-background: #d0cdd1;
    --color-primary-alert-border: #c0bcbe;
    --color-primary-alert-text: #1b1818;

    --color-secondary: #ff0000;
    --color-secondary-rgb: 255,0,0;
    --color-secondary-hover: #cc0000;
    --color-secondary-hover-rgb: 204,0,0;
    --color-secondary-dark: #cc0000;
    --color-secondary-light: #ff3333;
    --color-secondary-text: #201d1d;
    --color-secondary-on-white: #ff0000;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #f69194;
    --color-secondary-alert-border: #f96063;
    --color-secondary-alert-text: #330000;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(255, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://bravefitnessmalmo.wondr.se/branding/checkboxImage?h=1750158233_ab82ace0');

    --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: #a09898;
    --bs-primary-rgb: 160,152,152;
    --bs-primary-bg-subtle: #b8b3b3;
    --bs-primary-border-subtle: #b8b3b3;
    --bs-primary-text-emphasis: #887d7d;

    /* secondary */
    --bs-secondary: #ff0000;
    --bs-secondary-rgb: 255,0,0;
    --bs-secondary-bg-subtle: #ff3333;
    --bs-secondary-border-subtle: #ff3333;
    --bs-secondary-text-emphasis: #cc0000;

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

    --stroke-linecap: round;
    
}   


