
@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;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5454;
    --color-tinted-white: #f8ebeb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #dfaf37;
    --color-primary-rgb: 223,175,55;
    --color-primary-hover: #c3941f;
    --color-primary-hover-rgb: 195,148,31;    
    --color-primary-dark: #c3941f;
    --color-primary-light: #e6c062;
    --color-primary-text: #0b0b0b;
    --color-primary-on-white: #dfaf37;
    --color-primary-on-black: #dfaf37;

    --color-primary-alert-background: #e9d6aa;
    --color-primary-alert-border: #e5c983;
    --color-primary-alert-text: #2b2107;

    --color-secondary: #0b0b0b;
    --color-secondary-rgb: 11,11,11;
    --color-secondary-hover: #242424;
    --color-secondary-hover-rgb: 36,36,36;
    --color-secondary-dark: #000000;
    --color-secondary-light: #242424;
    --color-secondary-text: #f8ebeb;
    --color-secondary-on-white: #0b0b0b;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #949598;
    --color-secondary-alert-border: #666769;
    --color-secondary-alert-text: #191919;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

    --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: #5d5454;
    --header-transform: none;
    --header-weight: normal;
    --header-font-style: normal;

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

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

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


