
@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: #363030;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #000000;

    --color-app: #ffffff;
    --color-app-text: #000000;
    --color-status-bar: light;

    --color-primary: #ad9268;
    --color-primary-rgb: 173,146,104;
    --color-primary-hover: #927850;
    --color-primary-hover-rgb: 146,120,80;    
    --color-primary-dark: #927850;
    --color-primary-light: #bfaa89;
    --color-primary-text: #464646;
    --color-primary-on-white: #ad9268;
    --color-primary-on-black: #ad9268;
    --color-primary-ceil: #ad9268;
    --color-primary-floor: #ad9268;
    
    --color-primary-alert-background: #d5cbbe;
    --color-primary-alert-border: #c8b8a1;
    --color-primary-alert-text: #211b12;
    
    --primary-h: 37;
    --primary-s: 30%;
    --primary-l: 54%;

    --color-secondary: #464646;
    --color-secondary-rgb: 70,70,70;
    --color-secondary-hover: #606060;
    --color-secondary-hover-rgb: 96,96,96;
    --color-secondary-dark: #2d2d2d;
    --color-secondary-light: #606060;
    --color-secondary-text: #ad9268;
    --color-secondary-on-white: #464646;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #464646;
    --color-secondary-floor: #464646;

    --color-secondary-alert-background: #acadb0;
    --color-secondary-alert-border: #8a8a8d;
    --color-secondary-alert-text: #1a1a1a;
    
    --secondary-h: 0;
    --secondary-s: 0%;
    --secondary-l: 27%;

    --color-light: #f4efe6;
    --color-light-rgb: 244,239,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5d7c2;
    --color-light-hover: #e5d7c2;
    --color-light-hover-rgb: 229,215,194;
    --color-light-dark: #e5d7c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4efe6;
    --color-light-on-black: #f4efe6;
    --color-light-border: #ad9268;

    --color-light-alert-background: #f2f0f0;
    --color-light-alert-border: #f2f0ed;
    --color-light-alert-text: #241c0f;

    --color-background: #f4f4f4;
    --background-overlay-color: rgba(70, 70, 70, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://aeratraining.wondr.cc/branding/checkboxImage?h=1775730033_eba3354f');

    --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: #ad9268;
    --bs-primary-rgb: 173,146,104;
    --bs-primary-bg-subtle: #bfaa89;
    --bs-primary-border-subtle: #bfaa89;
    --bs-primary-text-emphasis: #927850;

    /* secondary */
    --bs-secondary: #464646;
    --bs-secondary-rgb: 70,70,70;
    --bs-secondary-bg-subtle: #606060;
    --bs-secondary-border-subtle: #606060;
    --bs-secondary-text-emphasis: #2d2d2d;

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

    --stroke-linecap: round;
    
}



