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

    --color-facility: #ffffff;
    --color-tinted-gray: #545d5d;
    --color-tinted-white: #ebf8f8;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #4b8989;
    --color-primary-rgb: 75,137,137;
    --color-primary-hover: #386868;
    --color-primary-hover-rgb: 56,104,104;    
    --color-primary-dark: #386868;
    --color-primary-light: #5fa7a7;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #4b8989;
    --color-primary-on-black: #4b8989;

    --color-primary-alert-background: #aec7cb;
    --color-primary-alert-border: #8db2b5;
    --color-primary-alert-text: #122020;

    --color-secondary: #8ecbcb;
    --color-secondary-rgb: 142,203,203;
    --color-secondary-hover: #6bbaba;
    --color-secondary-hover-rgb: 107,186,186;
    --color-secondary-dark: #6bbaba;
    --color-secondary-light: #b0dbdb;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #8ecbcb;

    --color-secondary-alert-background: #c8e1e5;
    --color-secondary-alert-border: #b5dadc;
    --color-secondary-alert-text: #102222;

    --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(142, 203, 203, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://lindomegym.se/branding/checkboxImage?h=1751983570_be65fb6f');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #545d5d;
    --header-transform: none;
    --header-weight: 700;
    --header-font-style: normal;

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

    --bs-secondary: #8ecbcb;
    --bs-secondary-rgb: 142,203,203;
    --bs-secondary-bg-subtle: #b0dbdb;
    --bs-secondary-border-subtle: #b0dbdb;
    --bs-secondary-text-emphasis: #6bbaba;

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


