
@import url('https://fonts.googleapis.com/css?family=Open Sans:300,400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Open Sans:300,400,500,600,700,800');
body { font-family: 'Open Sans', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Open Sans', sans-serif; }

:root {
    --general-font-family: Open Sans;
    --header-font-family: Open Sans;

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

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

    --color-primary: #524eab;
    --color-primary-rgb: 82,78,171;
    --color-primary-hover: #413e88;
    --color-primary-hover-rgb: 65,62,136;    
    --color-primary-dark: #413e88;
    --color-primary-light: #726fbd;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #524eab;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #b1b0d9;
    --color-primary-alert-border: #918fc9;
    --color-primary-alert-text: #111023;

    --color-secondary: #dd3942;
    --color-secondary-rgb: 221,57,66;
    --color-secondary-hover: #c2212a;
    --color-secondary-hover-rgb: 194,33,42;
    --color-secondary-dark: #c2212a;
    --color-secondary-light: #e4656c;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #dd3942;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #e8a7af;
    --color-secondary-alert-border: #e5838a;
    --color-secondary-alert-text: #2c0709;

    --color-light: #e7e6f4;
    --color-light-rgb: 231,230,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c4c2e5;
    --color-light-hover: #c4c2e5;
    --color-light-hover-rgb: 196,194,229;
    --color-light-dark: #c4c2e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e7e6f4;
    --color-light-on-black: #e7e6f4;
    --color-light-border: #524eab;

    --color-light-alert-background: #ecedf6;
    --color-light-alert-border: #ebeaf5;
    --color-light-alert-text: #100f24;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(221, 57, 66, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://xfitness.wondr.cc/branding/checkboxImage?h=1749553448_19c6e8d9');

    --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: #524eab;
    --bs-primary-rgb: 82,78,171;
    --bs-primary-bg-subtle: #726fbd;
    --bs-primary-border-subtle: #726fbd;
    --bs-primary-text-emphasis: #413e88;

    /* secondary */
    --bs-secondary: #dd3942;
    --bs-secondary-rgb: 221,57,66;
    --bs-secondary-bg-subtle: #e4656c;
    --bs-secondary-border-subtle: #e4656c;
    --bs-secondary-text-emphasis: #c2212a;

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

    --stroke-linecap: round;
    
}   


