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

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

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5e55;
    --color-tinted-white: #f9f9ec;
    --color-facility-text: #000000;

    --color-primary: #aca491;
    --color-primary-rgb: 172,164,145;
    --color-primary-hover: #968c74;
    --color-primary-hover-rgb: 150,140,116;    
    --color-primary-dark: #968c74;
    --color-primary-light: #c2bcae;
    --color-primary-text: #000000;
    --color-primary-on-white: #aca491;
    --color-primary-on-black: #aca491;

    --color-primary-alert-background: #d5d2ce;
    --color-primary-alert-border: #c7c3ba;
    --color-primary-alert-text: #1d1b16;

    --color-secondary: #1e1e1a;
    --color-secondary-rgb: 30,30,26;
    --color-secondary-hover: #393932;
    --color-secondary-hover-rgb: 57,57,50;
    --color-secondary-dark: #030302;
    --color-secondary-light: #393932;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #1e1e1a;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #9c9d9f;
    --color-secondary-alert-border: #727272;
    --color-secondary-alert-text: #1b1b18;

    --color-light: #f4f0e6;
    --color-light-rgb: 244,240,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5dbc2;
    --color-light-hover: #e5dbc2;
    --color-light-hover-rgb: 229,219,194;
    --color-light-dark: #e5dbc2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f0e6;
    --color-light-on-black: #f4f0e6;
    --color-light-border: #aca491;

    --color-light-alert-background: #f2f1f0;
    --color-light-alert-border: #f2f0ed;
    --color-light-alert-text: #241e0f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(30, 30, 26, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://pilatescomplete.wondr.se/branding/checkboxImage?h=1730212508_46a48623');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #aca491;
    --bs-primary-rgb: 172,164,145;
    --bs-primary-bg-subtle: #c2bcae;
    --bs-primary-border-subtle: #c2bcae;
    --bs-primary-text-emphasis: #968c74;

    /* secondary */
    --bs-secondary: #1e1e1a;
    --bs-secondary-rgb: 30,30,26;
    --bs-secondary-bg-subtle: #393932;
    --bs-secondary-border-subtle: #393932;
    --bs-secondary-text-emphasis: #030302;

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

    --stroke-linecap: round;
    
}   


