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

:root {
    --general-font-family: Cormorant Infant;
    --header-font-family: Cormorant Infant;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5d55;
    --color-tinted-white: #f9f8ec;
    --color-facility-text: #000000;

    --color-primary: #57573b;
    --color-primary-rgb: 87,87,59;
    --color-primary-hover: #757550;
    --color-primary-hover-rgb: 117,117,80;    
    --color-primary-dark: #393926;
    --color-primary-light: #757550;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #57573b;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #b3b3ac;
    --color-primary-alert-border: #949586;
    --color-primary-alert-text: #1e1e15;

    --color-secondary: #9c9b7c;
    --color-secondary-rgb: 156,155,124;
    --color-secondary-hover: #828163;
    --color-secondary-hover-rgb: 130,129,99;
    --color-secondary-dark: #828163;
    --color-secondary-light: #b2b199;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #9c9b7c;
    --color-secondary-on-black: #9c9b7c;

    --color-secondary-alert-background: #cecfc6;
    --color-secondary-alert-border: #bebdad;
    --color-secondary-alert-text: #1d1d16;

    --color-light: #f4f4e6;
    --color-light-rgb: 244,244,230;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5e5c2;
    --color-light-hover: #e5e5c2;
    --color-light-hover-rgb: 229,229,194;
    --color-light-dark: #e5e5c2;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4f4e6;
    --color-light-on-black: #f4f4e6;
    --color-light-border: #57573b;

    --color-light-alert-background: #f2f2f0;
    --color-light-alert-border: #f2f3ed;
    --color-light-alert-text: #24240f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(156, 155, 124, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://aboutyoga.wondr.se/branding/checkboxImage?h=1735823430_f90c6faa');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #57573b;
    --bs-primary-rgb: 87,87,59;
    --bs-primary-bg-subtle: #757550;
    --bs-primary-border-subtle: #757550;
    --bs-primary-text-emphasis: #393926;

    /* secondary */
    --bs-secondary: #9c9b7c;
    --bs-secondary-rgb: 156,155,124;
    --bs-secondary-bg-subtle: #b2b199;
    --bs-secondary-border-subtle: #b2b199;
    --bs-secondary-text-emphasis: #828163;

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

    --stroke-linecap: round;
    
}   


