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

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5a54;
    --color-tinted-white: #f8f3eb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #988176;
    --color-primary-rgb: 152,129,118;
    --color-primary-hover: #7d685d;
    --color-primary-hover-rgb: 125,104,93;    
    --color-primary-dark: #7d685d;
    --color-primary-light: #ad9b93;
    --color-primary-text: #f2f0ee;
    --color-primary-on-white: #988176;
    --color-primary-on-black: #988176;

    --color-primary-alert-background: #ccc4c3;
    --color-primary-alert-border: #bbada9;
    --color-primary-alert-text: #1d1815;

    --color-secondary: #d7d3cd;
    --color-secondary-rgb: 215,211,205;
    --color-secondary-hover: #c0bab0;
    --color-secondary-hover-rgb: 192,186,176;
    --color-secondary-dark: #c0bab0;
    --color-secondary-light: #edebe9;
    --color-secondary-text: #534036;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #d7d3cd;

    --color-secondary-alert-background: #e6e5e6;
    --color-secondary-alert-border: #e1dfdd;
    --color-secondary-alert-text: #1c1a16;

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

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

    --bs-secondary: #d7d3cd;
    --bs-secondary-rgb: 215,211,205;
    --bs-secondary-bg-subtle: #edebe9;
    --bs-secondary-border-subtle: #edebe9;
    --bs-secondary-text-emphasis: #c0bab0;

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


