
@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=Josefin Slab:100,200,300,400,500,600,700');
body { font-family: 'Roboto', sans-serif; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .htag { font-family: 'Josefin Slab', sans-serif; }

:root {
    --general-font-family: Roboto;
    --header-font-family: Josefin Slab;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #555e5e;
    --color-tinted-white: #ecf9f9;
    --color-facility-text: #000000;

    --border-radius: 20px;

    --color-primary: #4b8989;
    --color-primary-rgb: 75,137,137;
    --color-primary-hover: #396868;
    --color-primary-hover-rgb: 57,104,104;    
    --color-primary-dark: #396868;
    --color-primary-light: #5fa8a8;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #4b8989;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #aec7cb;
    --color-primary-alert-border: #8db3b5;
    --color-primary-alert-text: #122121;

    --color-secondary: #8ecbcb;
    --color-secondary-rgb: 142,203,203;
    --color-secondary-hover: #6bbbbb;
    --color-secondary-hover-rgb: 107,187,187;
    --color-secondary-dark: #6bbbbb;
    --color-secondary-light: #b1dbdb;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #8ecbcb;
    --color-secondary-on-black: #8ecbcb;

    --color-secondary-alert-background: #c9e2e5;
    --color-secondary-alert-border: #b5dadd;
    --color-secondary-alert-text: #102323;

    --color-background: #f7f0f0;
    --background-overlay-color: rgba(142, 203, 203, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://lindomegym.wondr.se/branding/checkboxImage?h=1757599363_be65fb6f');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #4b8989;
    --bs-primary-rgb: 75,137,137;
    --bs-primary-bg-subtle: #5fa8a8;
    --bs-primary-border-subtle: #5fa8a8;
    --bs-primary-text-emphasis: #396868;

    /* secondary */
    --bs-secondary: #8ecbcb;
    --bs-secondary-rgb: 142,203,203;
    --bs-secondary-bg-subtle: #b1dbdb;
    --bs-secondary-border-subtle: #b1dbdb;
    --bs-secondary-text-emphasis: #6bbbbb;

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

    --stroke-linecap: round;
    
}   


