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

:root {
    --general-font-family: default;
    --header-font-family: Baloo 2;

    --border-radius: 20px;

    --color-facility: #111820;
    --color-tinted-gray: #5d545a;
    --color-tinted-white: #f8ebf4;
    --color-facility-text: #ebf1f8;

    --border-radius: 20px;

    --color-primary: #12AECC;
    --color-primary-rgb: 18,174,204;
    --color-primary-hover: #0d869d;
    --color-primary-hover-rgb: 13,134,157;    
    --color-primary-dark: #0d869d;
    --color-primary-light: #25cbeb;
    --color-primary-text: #ebf6f8;
    --color-primary-on-white: #12AECC;
    --color-primary-on-black: #12AECC;

    --color-primary-alert-background: #97d6e5;
    --color-primary-alert-border: #6ac8dd;
    --color-primary-alert-text: #04272e;

    --color-secondary: #a2257c;
    --color-secondary-rgb: 162,37,124;
    --color-secondary-hover: #cb2e9b;
    --color-secondary-hover-rgb: 203,46,155;
    --color-secondary-dark: #781b5c;
    --color-secondary-light: #cb2e9b;
    --color-secondary-text: #f8ebf4;
    --color-secondary-on-white: #a2257c;
    --color-secondary-on-black: #a2257c;

    --color-secondary-alert-background: #d09fc5;
    --color-secondary-alert-border: #c176ad;
    --color-secondary-alert-text: #29091f;

    --color-danger: #ED5565;
    --color-danger-hover: #e8263b;
    --color-danger-dark: #e8263b;
    --color-danger-light: #f1838e;
    --color-danger-text: #f8ebed;
    --color-danger-on-white: #ED5565;
    --color-danger-on-black: #ED5565;

    --color-danger-alert-background: #eeb2bc;
    --color-danger-alert-border: #ee939f;
    --color-danger-alert-text: #2e0409;

    --color-background: #f0f3f7;
    --background-overlay-color: rgba(162, 37, 124, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://meetup.wondr.cc/branding/checkboxImage?h=1755066922_889ce033');

    --header-decoration: none;
    --header-decoration-style: solid;
    --header-color: #5d545a;
    --header-transform: none;
    --header-weight: 600;
    --header-font-style: normal;

    /* bootstrap 5 fixes */
    --bs-primary: #12AECC;
    --bs-primary-rgb: 18,174,204;
    --bs-primary-bg-subtle: #25cbeb;
    --bs-primary-border-subtle: #25cbeb;
    --bs-primary-text-emphasis: #0d869d;

    --bs-secondary: #a2257c;
    --bs-secondary-rgb: 162,37,124;
    --bs-secondary-bg-subtle: #cb2e9b;
    --bs-secondary-border-subtle: #cb2e9b;
    --bs-secondary-text-emphasis: #781b5c;

    --bs-danger: #ED5565;
    --bs-danger-rgb: 237,85,101;
    --bs-danger-bg-subtle: #f1838e;
    --bs-danger-border-subtle: #f1838e;
    --bs-danger-text-emphasis: #e8263b;


    --fa-style-family: var(--fa-style-family-classic);
    --fa-style: 300;

    --stroke-linecap: round;
    
}   


