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

:root {
    --general-font-family: ABeeZee;
    --header-font-family: ABeeZee;

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

    --color-facility: #2f3337;
    --color-tinted-gray: #555e56;
    --color-tinted-white: #ecf9ed;
    --color-facility-text: #ffffff;

    --color-app: #2f3337;
    --color-app-text: #ffffff;
    --color-status-bar: dark;

    --color-primary: #0b5214;
    --color-primary-rgb: 11,82,20;
    --color-primary-hover: #117f1f;
    --color-primary-hover-rgb: 17,127,31;    
    --color-primary-dark: #052509;
    --color-primary-light: #117f1f;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #0b5214;
    --color-primary-on-black: #FFFFFF;
    --color-primary-ceil: #0b5214;
    --color-primary-floor: #0b5214;
    
    --color-primary-alert-background: #94b19c;
    --color-primary-alert-border: #67926f;
    --color-primary-alert-text: #062d0b;
    
    --primary-h: 128;
    --primary-s: 76%;
    --primary-l: 18%;

    --color-secondary: #363f37;
    --color-secondary-rgb: 54,63,55;
    --color-secondary-hover: #4e5a4f;
    --color-secondary-hover-rgb: 78,90,79;
    --color-secondary-dark: #1e241f;
    --color-secondary-light: #4e5a4f;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #363f37;
    --color-secondary-on-black: #FFFFFF;
    --color-secondary-ceil: #363f37;
    --color-secondary-floor: #363f37;

    --color-secondary-alert-background: #a6aaaa;
    --color-secondary-alert-border: #808684;
    --color-secondary-alert-text: #181b18;
    
    --secondary-h: 127;
    --secondary-s: 8%;
    --secondary-l: 23%;

    --color-light: #e6f4e8;
    --color-light-rgb: 230,244,232;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5c7;
    --color-light-hover: #c2e5c7;
    --color-light-hover-rgb: 194,229,199;
    --color-light-dark: #c2e5c7;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4e8;
    --color-light-on-black: #e6f4e8;
    --color-light-border: #0b5214;

    --color-light-alert-background: #ecf2f1;
    --color-light-alert-border: #eaf3ee;
    --color-light-alert-text: #0f2412;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(54, 63, 55, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://vikensgym.se/branding/checkboxImage?h=1770114426_dea4e382');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: rgba(85, 94, 86, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --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: #0b5214;
    --bs-primary-rgb: 11,82,20;
    --bs-primary-bg-subtle: #117f1f;
    --bs-primary-border-subtle: #117f1f;
    --bs-primary-text-emphasis: #052509;

    /* secondary */
    --bs-secondary: #363f37;
    --bs-secondary-rgb: 54,63,55;
    --bs-secondary-bg-subtle: #4e5a4f;
    --bs-secondary-border-subtle: #4e5a4f;
    --bs-secondary-text-emphasis: #1e241f;

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

    --stroke-linecap: round;
    
}



