

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5457;
    --color-tinted-white: #f8ebf0;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #a60063;
    --color-primary-rgb: 166,0,99;
    --color-primary-hover: #d90081;
    --color-primary-hover-rgb: 217,0,129;    
    --color-primary-dark: #730044;
    --color-primary-light: #d90081;
    --color-primary-text: #f8ebf3;
    --color-primary-on-white: #a60063;
    --color-primary-on-black: #a60063;

    --color-primary-alert-background: #d290bb;
    --color-primary-alert-border: #c3609e;
    --color-primary-alert-text: #33001e;

    --color-secondary: #272425;
    --color-secondary-rgb: 39,36,37;
    --color-secondary-hover: #413c3e;
    --color-secondary-hover-rgb: 65,60,62;
    --color-secondary-dark: #0c0b0b;
    --color-secondary-light: #413c3e;
    --color-secondary-text: #f8ebf0;
    --color-secondary-on-white: #272425;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9f9fa3;
    --color-secondary-alert-border: #777679;
    --color-secondary-alert-text: #1a1819;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(39, 36, 37, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://soenderrissportsklub.wondr.cc/branding/checkboxImage?h=1753890409_61892a59');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5457;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #a60063;
    --bs-primary-rgb: 166,0,99;
    --bs-primary-bg-subtle: #d90081;
    --bs-primary-border-subtle: #d90081;
    --bs-primary-text-emphasis: #730044;

    --bs-secondary: #272425;
    --bs-secondary-rgb: 39,36,37;
    --bs-secondary-bg-subtle: #413c3e;
    --bs-secondary-border-subtle: #413c3e;
    --bs-secondary-text-emphasis: #0c0b0b;

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


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

    --stroke-linecap: round;
    
}   


