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

:root {
    --general-font-family: default;
    --header-font-family: Alexandria;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e555b;
    --color-tinted-white: #f9ecf4;
    --color-facility-text: #000000;

    --color-primary: #34e3d1;
    --color-primary-rgb: 52,227,209;
    --color-primary-hover: #1cc8b7;
    --color-primary-hover-rgb: 28,200,183;    
    --color-primary-dark: #1cc8b7;
    --color-primary-light: #61e9db;
    --color-primary-text: #000000;
    --color-primary-on-white: #34e3d1;
    --color-primary-on-black: #34e3d1;

    --color-primary-alert-background: #a5ebe8;
    --color-primary-alert-border: #7fe9e0;
    --color-primary-alert-text: #062d29;

    --color-secondary: #c70084;
    --color-secondary-rgb: 199,0,132;
    --color-secondary-hover: #fa00a6;
    --color-secondary-hover-rgb: 250,0,166;
    --color-secondary-dark: #940062;
    --color-secondary-light: #fa00a6;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #c70084;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #e091c9;
    --color-secondary-alert-border: #d760b2;
    --color-secondary-alert-text: #330022;

    --color-light: #e6f4f3;
    --color-light-rgb: 230,244,243;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5e1;
    --color-light-hover: #c2e5e1;
    --color-light-hover-rgb: 194,229,225;
    --color-light-dark: #c2e5e1;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4f3;
    --color-light-on-black: #e6f4f3;
    --color-light-border: #34e3d1;

    --color-light-alert-background: #ecf2f5;
    --color-light-alert-border: #eaf3f5;
    --color-light-alert-text: #0f2422;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://utopiayogastudios.wondr.se/branding/checkboxImage?h=1707923015_bf66a0f1');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #34e3d1;
    --bs-primary-rgb: 52,227,209;
    --bs-primary-bg-subtle: #61e9db;
    --bs-primary-border-subtle: #61e9db;
    --bs-primary-text-emphasis: #1cc8b7;

    /* secondary */
    --bs-secondary: #c70084;
    --bs-secondary-rgb: 199,0,132;
    --bs-secondary-bg-subtle: #fa00a6;
    --bs-secondary-border-subtle: #fa00a6;
    --bs-secondary-text-emphasis: #940062;

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

    --stroke-linecap: round;
    
}   


