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

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

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

    --color-facility: #000000;
    --color-tinted-gray: #5e5555;
    --color-tinted-white: #f9ecec;
    --color-facility-text: #ffffff;

    --color-primary: #8a0356;
    --color-primary-rgb: 138,3,86;
    --color-primary-hover: #bc0475;
    --color-primary-hover-rgb: 188,4,117;    
    --color-primary-dark: #580237;
    --color-primary-light: #bc0475;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #8a0356;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #c792b7;
    --color-primary-alert-border: #b36296;
    --color-primary-alert-text: #32011f;

    --color-secondary: #000000;
    --color-secondary-rgb: 0,0,0;
    --color-secondary-hover: #1a1a1a;
    --color-secondary-hover-rgb: 26,26,26;
    --color-secondary-dark: #000000;
    --color-secondary-light: #1a1a1a;
    --color-secondary-text: #ffffff;
    --color-secondary-on-white: #000000;
    --color-secondary-on-black: #FFFFFF;

    --color-secondary-alert-background: #909194;
    --color-secondary-alert-border: #606063;
    --color-secondary-alert-text: #1a1a1a;

    --color-light: #f4e6ef;
    --color-light-rgb: 244,230,239;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #e5c2d8;
    --color-light-hover: #e5c2d8;
    --color-light-hover-rgb: 229,194,216;
    --color-light-dark: #e5c2d8;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #f4e6ef;
    --color-light-on-black: #f4e6ef;
    --color-light-border: #8a0356;

    --color-light-alert-background: #f2edf4;
    --color-light-alert-border: #f2eaf2;
    --color-light-alert-text: #240f1c;

    --color-background: #f3f3f3;
    --background-overlay-color: rgba(0, 0, 0, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://inzhape.wondr.cc/branding/checkboxImage?h=1757073359_87c41e09');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #8a0356;
    --bs-primary-rgb: 138,3,86;
    --bs-primary-bg-subtle: #bc0475;
    --bs-primary-border-subtle: #bc0475;
    --bs-primary-text-emphasis: #580237;

    /* secondary */
    --bs-secondary: #000000;
    --bs-secondary-rgb: 0,0,0;
    --bs-secondary-bg-subtle: #1a1a1a;
    --bs-secondary-border-subtle: #1a1a1a;
    --bs-secondary-text-emphasis: #000000;

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

    --stroke-linecap: round;
    
}   


