
@import url('https://fonts.googleapis.com/css?family=Abel:400');
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Abel', sans-serif; }

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

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

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

    --color-primary: #090a0a;
    --color-primary-rgb: 9,10,10;
    --color-primary-hover: #212525;
    --color-primary-hover-rgb: 33,37,37;    
    --color-primary-dark: #000000;
    --color-primary-light: #212525;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #090a0a;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #afcfcf;
    
    --color-primary-alert-background: #949598;
    --color-primary-alert-border: #656669;
    --color-primary-alert-text: #181b1b;

    --color-secondary: #939393;
    --color-secondary-rgb: 147,147,147;
    --color-secondary-hover: #7a7a7a;
    --color-secondary-hover-rgb: 122,122,122;
    --color-secondary-dark: #7a7a7a;
    --color-secondary-light: #adadad;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #939393;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #939393;

    --color-secondary-alert-background: #cbcbcf;
    --color-secondary-alert-border: #b8b9bb;
    --color-secondary-alert-text: #1a1a1a;

    --color-light: #e6f4f4;
    --color-light-rgb: 230,244,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5e5;
    --color-light-hover: #c2e5e5;
    --color-light-hover-rgb: 194,229,229;
    --color-light-dark: #c2e5e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4f4;
    --color-light-on-black: #e6f4f4;
    --color-light-border: #090a0a;

    --color-light-alert-background: #ecf2f6;
    --color-light-alert-border: #eaf3f5;
    --color-light-alert-text: #0f2424;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(9, 10, 10, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://chargegym.com/branding/checkboxImage?h=1743494064_8e36db95');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #090a0a;
    --bs-primary-rgb: 9,10,10;
    --bs-primary-bg-subtle: #212525;
    --bs-primary-border-subtle: #212525;
    --bs-primary-text-emphasis: #000000;

    /* secondary */
    --bs-secondary: #939393;
    --bs-secondary-rgb: 147,147,147;
    --bs-secondary-bg-subtle: #adadad;
    --bs-secondary-border-subtle: #adadad;
    --bs-secondary-text-emphasis: #7a7a7a;

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

    --stroke-linecap: round;
    
}   


