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

:root {
    --general-font-family: Inter;
    --header-font-family: Barlow Semi Condensed;

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

    --color-facility: #8c916c;
    --color-tinted-gray: #333630;
    --color-tinted-white: #f3f9ec;
    --color-facility-text: #000000;

    --color-app: #8c916c;
    --color-app-text: #000000;
    --color-status-bar: light;

    --color-primary: #8c916c;
    --color-primary-rgb: 140,145,108;
    --color-primary-hover: #707456;
    --color-primary-hover-rgb: 112,116,86;    
    --color-primary-dark: #707456;
    --color-primary-light: #a3a789;
    --color-primary-text: #000000;
    --color-primary-on-white: #8c916c;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #8c916c;
    --color-primary-floor: #8c916c;
    
    --color-primary-alert-background: #c8cbbf;
    --color-primary-alert-border: #b4b7a4;
    --color-primary-alert-text: #1c1d16;
    
    --primary-h: 68;
    --primary-s: 15%;
    --primary-l: 50%;

    --color-secondary: #283519;
    --color-secondary-rgb: 40,53,25;
    --color-secondary-hover: #425829;
    --color-secondary-hover-rgb: 66,88,41;
    --color-secondary-dark: #0e1209;
    --color-secondary-light: #425829;
    --color-secondary-text: #f3efe7;
    --color-secondary-on-white: #283519;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #283519;
    --color-secondary-floor: #283519;

    --color-secondary-alert-background: #a0a69e;
    --color-secondary-alert-border: #788072;
    --color-secondary-alert-text: #1a2310;
    
    --secondary-h: 88;
    --secondary-s: 36%;
    --secondary-l: 15%;

    --color-light: #ededed;
    --color-light-rgb: 237,237,237;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #d4d4d4;
    --color-light-hover: #d4d4d4;
    --color-light-hover-rgb: 212,212,212;
    --color-light-dark: #d4d4d4;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #ededed;
    --color-light-on-black: #ededed;
    --color-light-border: #8c916c;

    --color-light-alert-background: #efeff3;
    --color-light-alert-border: #eeeff1;
    --color-light-alert-text: #1a1a1a;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(40, 53, 25, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://crossfitlohne.wondr.cc/branding/checkboxImage?h=1787144514_b1a532f5');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #283519;
    --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: #8c916c;
    --bs-primary-rgb: 140,145,108;
    --bs-primary-bg-subtle: #a3a789;
    --bs-primary-border-subtle: #a3a789;
    --bs-primary-text-emphasis: #707456;

    /* secondary */
    --bs-secondary: #283519;
    --bs-secondary-rgb: 40,53,25;
    --bs-secondary-bg-subtle: #425829;
    --bs-secondary-border-subtle: #425829;
    --bs-secondary-text-emphasis: #0e1209;

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

    --stroke-linecap: butt;
    
}



