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

:root {
    --general-font-family: Roboto;
    --header-font-family: Bigshot One;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5b5e55;
    --color-tinted-white: #f5f9ec;
    --color-facility-text: #000000;

    --color-primary: #89b215;
    --color-primary-rgb: 137,178,21;
    --color-primary-hover: #ace01a;
    --color-primary-hover-rgb: 172,224,26;    
    --color-primary-dark: #668410;
    --color-primary-light: #ace01a;
    --color-primary-text: #101600;
    --color-primary-on-white: #89b215;
    --color-primary-on-black: #89b215;

    --color-primary-alert-background: #c7d89d;
    --color-primary-alert-border: #b2cb6f;
    --color-primary-alert-text: #232e05;

    --color-secondary: #89b215;
    --color-secondary-rgb: 137,178,21;
    --color-secondary-hover: #ace01a;
    --color-secondary-hover-rgb: 172,224,26;
    --color-secondary-dark: #668410;
    --color-secondary-light: #ace01a;
    --color-secondary-text: #101600;
    --color-secondary-on-white: #89b215;
    --color-secondary-on-black: #89b215;

    --color-secondary-alert-background: #c7d89d;
    --color-secondary-alert-border: #b2cb6f;
    --color-secondary-alert-text: #232e05;

    --color-light: #f1f4e6;
    --color-light-rgb: 241,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #dce5c2;
    --color-light-hover: #dce5c2;
    --color-light-hover-rgb: 220,229,194;
    --color-light-dark: #dce5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f1f4e6;
    --color-light-on-black: #f1f4e6;
    --color-light-border: #89b215;

    --color-light-alert-background: #f0f2f0;
    --color-light-alert-border: #f1f3ed;
    --color-light-alert-text: #1e240f;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(137, 178, 21, 0.5);
    --background-overlay-filter: blur(2px);
    --checkbox-image-url: url('https://lindasfitnesscenter.se/branding/checkboxImage?h=1731070008_16dd4a54');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #89b215;
    --header-transform: none;
    --header-weight: 700;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #89b215;
    --bs-primary-rgb: 137,178,21;
    --bs-primary-bg-subtle: #ace01a;
    --bs-primary-border-subtle: #ace01a;
    --bs-primary-text-emphasis: #668410;

    /* secondary */
    --bs-secondary: #89b215;
    --bs-secondary-rgb: 137,178,21;
    --bs-secondary-bg-subtle: #ace01a;
    --bs-secondary-border-subtle: #ace01a;
    --bs-secondary-text-emphasis: #668410;

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

    --stroke-linecap: round;
    
}   


