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

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

    --border-radius: 20px;

    --color-facility: #ffffff;
    --color-tinted-gray: #5d5454;
    --color-tinted-white: #f8ebeb;
    --color-facility-text: #282424;

    --border-radius: 20px;

    --color-primary: #103d5b;
    --color-primary-rgb: 16,61,91;
    --color-primary-hover: #175a86;
    --color-primary-hover-rgb: 23,90,134;    
    --color-primary-dark: #081f2f;
    --color-primary-light: #175a86;
    --color-primary-text: #ebf3f8;
    --color-primary-on-white: #103d5b;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #96a9b8;
    --color-primary-alert-border: #698599;
    --color-primary-alert-text: #071d2b;

    --color-secondary: #747272;
    --color-secondary-rgb: 116,114,114;
    --color-secondary-hover: #5a5858;
    --color-secondary-hover-rgb: 90,88,88;
    --color-secondary-dark: #5a5858;
    --color-secondary-light: #8d8b8b;
    --color-secondary-text: #f8ebeb;
    --color-secondary-on-white: #747272;
    --color-secondary-on-black: #747272;

    --color-secondary-alert-background: #bebec1;
    --color-secondary-alert-border: #a5a4a7;
    --color-secondary-alert-text: #191919;

    --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: #f3f3f3;
    --background-overlay-color: rgba(116, 114, 114, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://holypilates.se/branding/checkboxImage?h=1754998348_504524a4');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d5454;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #103d5b;
    --bs-primary-rgb: 16,61,91;
    --bs-primary-bg-subtle: #175a86;
    --bs-primary-border-subtle: #175a86;
    --bs-primary-text-emphasis: #081f2f;

    --bs-secondary: #747272;
    --bs-secondary-rgb: 116,114,114;
    --bs-secondary-bg-subtle: #8d8b8b;
    --bs-secondary-border-subtle: #8d8b8b;
    --bs-secondary-text-emphasis: #5a5858;

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


