
@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;
    --animation-speed: 300ms;

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #000000;

    --color-primary: #103d5b;
    --color-primary-rgb: 16,61,91;
    --color-primary-hover: #185a86;
    --color-primary-hover-rgb: 24,90,134;    
    --color-primary-dark: #082030;
    --color-primary-light: #185a86;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #103d5b;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #96a9b9;
    --color-primary-alert-border: #6a8599;
    --color-primary-alert-text: #081d2b;

    --color-secondary: #747272;
    --color-secondary-rgb: 116,114,114;
    --color-secondary-hover: #5a5959;
    --color-secondary-hover-rgb: 90,89,89;
    --color-secondary-dark: #5a5959;
    --color-secondary-light: #8d8c8c;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #747272;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #bebec2;
    --color-secondary-alert-border: #a6a5a7;
    --color-secondary-alert-text: #1a1919;

    --color-light: #e6eff4;
    --color-light-rgb: 230,239,244;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2d7e5;
    --color-light-hover: #c2d7e5;
    --color-light-hover-rgb: 194,215,229;
    --color-light-dark: #c2d7e5;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6eff4;
    --color-light-on-black: #e6eff4;
    --color-light-border: #103d5b;

    --color-light-alert-background: #ecf0f6;
    --color-light-alert-border: #eaf0f5;
    --color-light-alert-text: #0f1c24;

    --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: rgba(94, 85, 85, 1.00);
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

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

    /* secondary */
    --bs-secondary: #747272;
    --bs-secondary-rgb: 116,114,114;
    --bs-secondary-bg-subtle: #8d8c8c;
    --bs-secondary-border-subtle: #8d8c8c;
    --bs-secondary-text-emphasis: #5a5959;

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

    --stroke-linecap: round;
    
}   


