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

:root {
    --general-font-family: Noto Sans Carian;
    --header-font-family: Poppins;

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

    --color-facility: #ffffff;
    --color-tinted-gray: #5e5955;
    --color-tinted-white: #f9f3ec;
    --color-facility-text: #000000;

    --color-primary: #0d5444;
    --color-primary-rgb: 13,84,68;
    --color-primary-hover: #148068;
    --color-primary-hover-rgb: 20,128,104;    
    --color-primary-dark: #062820;
    --color-primary-light: #148068;
    --color-primary-text: #ffffff;
    --color-primary-on-white: #0d5444;
    --color-primary-on-black: #FFFFFF;

    --color-primary-alert-background: #95b2af;
    --color-primary-alert-border: #68938c;
    --color-primary-alert-text: #072c24;

    --color-secondary: #d3a26d;
    --color-secondary-rgb: 211,162,109;
    --color-secondary-hover: #c78946;
    --color-secondary-hover-rgb: 199,137,70;
    --color-secondary-dark: #c78946;
    --color-secondary-light: #dfbb94;
    --color-secondary-text: #000000;
    --color-secondary-on-white: #d3a26d;
    --color-secondary-on-black: #d3a26d;

    --color-secondary-alert-background: #e4d1c0;
    --color-secondary-alert-border: #dfc2a4;
    --color-secondary-alert-text: #271a0c;

    --color-light: #e6f4f1;
    --color-light-rgb: 230,244,241;
    --color-light-bg-subtle: #ffffff;
    --color-light-border-subtle: #ffffff;
    --color-light-text-emphasis: #c2e5dd;
    --color-light-hover: #c2e5dd;
    --color-light-hover-rgb: 194,229,221;
    --color-light-dark: #c2e5dd;
    --color-light-light: #ffffff;
    --color-light-text: #000000;
    --color-light-on-white: #e6f4f1;
    --color-light-on-black: #e6f4f1;
    --color-light-border: #0d5444;

    --color-light-alert-background: #ecf2f5;
    --color-light-alert-border: #eaf3f3;
    --color-light-alert-text: #0f241f;

    --color-background: #f0f1f7;
    --background-overlay-color: rgba(13, 84, 68, 0.5);
    --background-overlay-filter: none;
    --checkbox-image-url: url('https://houseofhealth.wondr.cc/branding/checkboxImage?h=1744373203_a680ff37');

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

    /* bootstrap 5 fixes */
    /* primary */
    --bs-primary: #0d5444;
    --bs-primary-rgb: 13,84,68;
    --bs-primary-bg-subtle: #148068;
    --bs-primary-border-subtle: #148068;
    --bs-primary-text-emphasis: #062820;

    /* secondary */
    --bs-secondary: #d3a26d;
    --bs-secondary-rgb: 211,162,109;
    --bs-secondary-bg-subtle: #dfbb94;
    --bs-secondary-border-subtle: #dfbb94;
    --bs-secondary-text-emphasis: #c78946;

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

    --stroke-linecap: round;
    
}   


