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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5b55;
    --color-tinted-white: #f9f5ec;
    --color-facility-text: #000000;

    --border-radius: 20px;

    --color-primary: #bca35a;
    --color-primary-rgb: 188,163,90;
    --color-primary-hover: #a18942;
    --color-primary-hover-rgb: 161,137,66;    
    --color-primary-dark: #a18942;
    --color-primary-light: #cbb77e;
    --color-primary-text: #000000;
    --color-primary-on-white: #bca35a;
    --color-primary-on-black: #bca35a;

    --color-primary-alert-background: #dbd2b8;
    --color-primary-alert-border: #d1c299;
    --color-primary-alert-text: #241f0f;

    --color-secondary: #bca35a;
    --color-secondary-rgb: 188,163,90;
    --color-secondary-hover: #a18942;
    --color-secondary-hover-rgb: 161,137,66;
    --color-secondary-dark: #a18942;
    --color-secondary-light: #cbb77e;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #bca35a;
    --color-secondary-on-black: #bca35a;

    --color-secondary-alert-background: #dbd2b8;
    --color-secondary-alert-border: #d1c299;
    --color-secondary-alert-text: #241f0f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(188, 163, 90, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://yogashala.wondr.se/branding/checkboxImage?h=1758028516_ec34e203');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #bca35a;
    --bs-primary-rgb: 188,163,90;
    --bs-primary-bg-subtle: #cbb77e;
    --bs-primary-border-subtle: #cbb77e;
    --bs-primary-text-emphasis: #a18942;

    /* secondary */
    --bs-secondary: #bca35a;
    --bs-secondary-rgb: 188,163,90;
    --bs-secondary-bg-subtle: #cbb77e;
    --bs-secondary-border-subtle: #cbb77e;
    --bs-secondary-text-emphasis: #a18942;

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

    --stroke-linecap: round;
    
}   


