
@import url('https://fonts.googleapis.com/css?family=Anton:400');
body { font-family: 'Anton', sans-serif; }

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

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

    --color-facility: #b91817;
    --color-tinted-gray: #363030;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #ffffff;

    --color-app: #b91817;
    --color-app-text: #ffffff;
    --color-status-bar: dark;

    --color-primary: #b91817;
    --color-primary-rgb: 185,24,23;
    --color-primary-hover: #8c1211;
    --color-primary-hover-rgb: 140,18,17;    
    --color-primary-dark: #8c1211;
    --color-primary-light: #e32120;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #b91817;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #b91817;
    --color-primary-floor: #b91817;
    
    --color-primary-alert-background: #da9a9d;
    --color-primary-alert-border: #cf6f71;
    --color-primary-alert-text: #2d0606;
    
    --primary-h: 0;
    --primary-s: 78%;
    --primary-l: 41%;

    --color-secondary: #020202;
    --color-secondary-rgb: 2,2,2;
    --color-secondary-hover: #1c1c1c;
    --color-secondary-hover-rgb: 28,28,28;
    --color-secondary-dark: #000000;
    --color-secondary-light: #1c1c1c;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #020202;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #020202;
    --color-secondary-floor: #1f1f1f;

    --color-secondary-alert-background: #919195;
    --color-secondary-alert-border: #616264;
    --color-secondary-alert-text: #1a1a1a;
    
    --secondary-h: 0;
    --secondary-s: 0%;
    --secondary-l: 1%;

    --color-light: #f4e6e6;
    --color-light-rgb: 244,230,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c3c2;
    --color-light-hover: #e5c3c2;
    --color-light-hover-rgb: 229,195,194;
    --color-light-dark: #e5c3c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6e6;
    --color-light-on-black: #f4e6e6;
    --color-light-border: #b91817;

    --color-light-alert-background: #f2edf0;
    --color-light-alert-border: #f2eaed;
    --color-light-alert-text: #240f0f;

    --color-background: #f7f0f0;
    --background-overlay-color: rgba(2, 2, 2, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://powerfitness.wondr.cc/branding/checkboxImage?h=1789377069_cf095b48');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(54, 48, 48, 1.00);
    --header-transform: uppercase;
    --header-weight: normal;
    --header-font-style: normal;
    
    --hero-theme: dark;
    --hero-theme-class: hero-theme-dark;
    --hero-overlay-color: rgba(0, 0, 0, 0.3);
    --hero-text-color: #ffffff;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #b91817;
    --bs-primary-rgb: 185,24,23;
    --bs-primary-bg-subtle: #e32120;
    --bs-primary-border-subtle: #e32120;
    --bs-primary-text-emphasis: #8c1211;

    /* secondary */
    --bs-secondary: #020202;
    --bs-secondary-rgb: 2,2,2;
    --bs-secondary-bg-subtle: #1c1c1c;
    --bs-secondary-border-subtle: #1c1c1c;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}



