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

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

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

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

    --color-primary: #dfaf37;
    --color-primary-rgb: 223,175,55;
    --color-primary-hover: #c4951f;
    --color-primary-hover-rgb: 196,149,31;    
    --color-primary-dark: #c4951f;
    --color-primary-light: #e6c163;
    --color-primary-text: #0b0b0b;
    --color-primary-on-white: #dfaf37;
    --color-primary-on-black: #dfaf37;

    --color-primary-alert-background: #e9d7aa;
    --color-primary-alert-border: #e6c984;
    --color-primary-alert-text: #2c2107;

    --color-secondary: #0b0b0b;
    --color-secondary-rgb: 11,11,11;
    --color-secondary-hover: #252525;
    --color-secondary-hover-rgb: 37,37,37;
    --color-secondary-dark: #000000;
    --color-secondary-light: #252525;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #0b0b0b;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #949599;
    --color-secondary-alert-border: #676769;
    --color-secondary-alert-text: #1a1a1a;

    --color-light: #f4f0e6;
    --color-light-rgb: 244,240,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5dbc2;
    --color-light-hover: #e5dbc2;
    --color-light-hover-rgb: 229,219,194;
    --color-light-dark: #e5dbc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f0e6;
    --color-light-on-black: #f4f0e6;
    --color-light-border: #dfaf37;

    --color-light-alert-background: #f2f1f0;
    --color-light-alert-border: #f2f0ed;
    --color-light-alert-text: #241e0f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://gripencrossfit.se/branding/checkboxImage?h=1757417850_cce0ab6d');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #dfaf37;
    --bs-primary-rgb: 223,175,55;
    --bs-primary-bg-subtle: #e6c163;
    --bs-primary-border-subtle: #e6c163;
    --bs-primary-text-emphasis: #c4951f;

    /* secondary */
    --bs-secondary: #0b0b0b;
    --bs-secondary-rgb: 11,11,11;
    --bs-secondary-bg-subtle: #252525;
    --bs-secondary-border-subtle: #252525;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}   


