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

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #54595d;
    --color-tinted-white: #ebf3f8;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #00c65e;
    --color-primary-rgb: 0,198,94;
    --color-primary-hover: #00f976;
    --color-primary-hover-rgb: 0,249,118;    
    --color-primary-dark: #009345;
    --color-primary-light: #00f976;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #00c65e;
    --color-primary-on-black: #00c65e;

    --color-primary-alert-background: #90dfb9;
    --color-primary-alert-border: #60d79b;
    --color-primary-alert-text: #003318;

    --color-secondary: #425563;
    --color-secondary-rgb: 66,85,99;
    --color-secondary-hover: #566f81;
    --color-secondary-hover-rgb: 86,111,129;
    --color-secondary-dark: #2d3a44;
    --color-secondary-light: #566f81;
    --color-secondary-text: #ebf3f8;
    --color-secondary-on-white: #425563;
    --color-secondary-on-black: #425563;

    --color-secondary-alert-background: #aab2bb;
    --color-secondary-alert-border: #87939e;
    --color-secondary-alert-text: #141a1e;

    --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(255, 255, 255, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://fitstoregym.eu/branding/checkboxImage?h=1750256918_542b721d');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #54595d;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #00c65e;
    --bs-primary-rgb: 0,198,94;
    --bs-primary-bg-subtle: #00f976;
    --bs-primary-border-subtle: #00f976;
    --bs-primary-text-emphasis: #009345;

    --bs-secondary: #425563;
    --bs-secondary-rgb: 66,85,99;
    --bs-secondary-bg-subtle: #566f81;
    --bs-secondary-border-subtle: #566f81;
    --bs-secondary-text-emphasis: #2d3a44;

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


