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

:root {
    --general-font-family: Baloo 2;
    --header-font-family: Lato;

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

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

    --color-primary: #f39712;
    --color-primary-rgb: 243,151,18;
    --color-primary-hover: #c87a0a;
    --color-primary-hover-rgb: 200,122,10;    
    --color-primary-dark: #c87a0a;
    --color-primary-light: #f5ac43;
    --color-primary-text: #000000;
    --color-primary-on-white: #f39712;
    --color-primary-on-black: #f39712;

    --color-primary-alert-background: #f1cd9b;
    --color-primary-alert-border: #f2bb6e;
    --color-primary-alert-text: #311e02;

    --color-secondary: #000000;
    --color-secondary-rgb: 0,0,0;
    --color-secondary-hover: #1a1a1a;
    --color-secondary-hover-rgb: 26,26,26;
    --color-secondary-dark: #000000;
    --color-secondary-light: #1a1a1a;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #909194;
    --color-secondary-alert-border: #606063;
    --color-secondary-alert-text: #1a1a1a;

    --color-light: #f4eee6;
    --color-light-rgb: 244,238,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: #f4eee6;
    --color-light-on-black: #f4eee6;
    --color-light-border: #f39712;

    --color-light-alert-background: #f2f0f0;
    --color-light-alert-border: #f2efed;
    --color-light-alert-text: #241b0f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://gofitness.se/branding/checkboxImage?h=1742977558_c5505663');

    --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: #f39712;
    --bs-primary-rgb: 243,151,18;
    --bs-primary-bg-subtle: #f5ac43;
    --bs-primary-border-subtle: #f5ac43;
    --bs-primary-text-emphasis: #c87a0a;

    /* secondary */
    --bs-secondary: #000000;
    --bs-secondary-rgb: 0,0,0;
    --bs-secondary-bg-subtle: #1a1a1a;
    --bs-secondary-border-subtle: #1a1a1a;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}   


