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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5a55;
    --color-tinted-white: #f9f4ec;
    --color-facility-text: #000000;

    --color-primary: #988176;
    --color-primary-rgb: 152,129,118;
    --color-primary-hover: #7d685e;
    --color-primary-hover-rgb: 125,104,94;    
    --color-primary-dark: #7d685e;
    --color-primary-light: #ae9c93;
    --color-primary-text: #f2f0ee;
    --color-primary-on-white: #988176;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #cdc4c3;
    --color-primary-alert-border: #bbaeaa;
    --color-primary-alert-text: #1d1816;

    --color-secondary: #d7d3cd;
    --color-secondary-rgb: 215,211,205;
    --color-secondary-hover: #c0bab1;
    --color-secondary-hover-rgb: 192,186,177;
    --color-secondary-dark: #c0bab1;
    --color-secondary-light: #eeece9;
    --color-secondary-text: #534036;
    --color-secondary-on-white: #d7d3cd;
    --color-secondary-on-black: #d7d3cd;

    --color-secondary-alert-background: #e6e5e6;
    --color-secondary-alert-border: #e1dfde;
    --color-secondary-alert-text: #1c1a17;

    --color-background: #f7f0f0;
    --background-overlay-color: rgba(215, 211, 205, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://theworkoutplan.se/branding/checkboxImage?h=1755071945_8a90bf3f');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #988176;
    --bs-primary-rgb: 152,129,118;
    --bs-primary-bg-subtle: #ae9c93;
    --bs-primary-border-subtle: #ae9c93;
    --bs-primary-text-emphasis: #7d685e;

    /* secondary */
    --bs-secondary: #d7d3cd;
    --bs-secondary-rgb: 215,211,205;
    --bs-secondary-bg-subtle: #eeece9;
    --bs-secondary-border-subtle: #eeece9;
    --bs-secondary-text-emphasis: #c0bab1;

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

    --stroke-linecap: round;
    
}   


