
@import url('https://fonts.googleapis.com/css?family=Barlow:100,200,300,400,500,600,700,800,900');
body { font-family: 'Barlow', sans-serif; }

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

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

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

    --color-primary: #ff914d;
    --color-primary-rgb: 255,145,77;
    --color-primary-hover: #ff711a;
    --color-primary-hover-rgb: 255,113,26;    
    --color-primary-dark: #ff711a;
    --color-primary-light: #ffb180;
    --color-primary-text: #090909;
    --color-primary-on-white: #ff914d;
    --color-primary-on-black: #ff914d;

    --color-primary-alert-background: #f6cbb3;
    --color-primary-alert-border: #f9b791;
    --color-primary-alert-text: #331300;

    --color-secondary: #040404;
    --color-secondary-rgb: 4,4,4;
    --color-secondary-hover: #1e1e1e;
    --color-secondary-hover-rgb: 30,30,30;
    --color-secondary-dark: #000000;
    --color-secondary-light: #1e1e1e;
    --color-secondary-text: #ff914d;
    --color-secondary-on-white: #040404;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #929296;
    --color-secondary-alert-border: #626365;
    --color-secondary-alert-text: #1a1a1a;

    --color-light: #f4ebe6;
    --color-light-rgb: 244,235,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d0c2;
    --color-light-hover: #e5d0c2;
    --color-light-hover-rgb: 229,208,194;
    --color-light-dark: #e5d0c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4ebe6;
    --color-light-on-black: #f4ebe6;
    --color-light-border: #ff914d;

    --color-light-alert-background: #f2eff0;
    --color-light-alert-border: #f2eded;
    --color-light-alert-text: #24170f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://aeratraining.com/branding/checkboxImage?h=1748604098_eba3354f');

    --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: #ff914d;
    --bs-primary-rgb: 255,145,77;
    --bs-primary-bg-subtle: #ffb180;
    --bs-primary-border-subtle: #ffb180;
    --bs-primary-text-emphasis: #ff711a;

    /* secondary */
    --bs-secondary: #040404;
    --bs-secondary-rgb: 4,4,4;
    --bs-secondary-bg-subtle: #1e1e1e;
    --bs-secondary-border-subtle: #1e1e1e;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}   


