@import url("https://fonts.googleapis.com/css2?family=Afacad:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

html {
  font-size: 16px;
}

.country_flag {
  font-family: 'Noto Color Emoji', sans-serif;
}

body,
.MuiBottomNavigationAction-label,
.MuiTypography-body2,
.MuiTypography-body1,
.MuiTypography-caption,
.MuiFormLabel-root,
.MuiInputBase-input,
.MuiTab-root,
.MuiButton-root,
input,
select,
.MuiMenuItem-root,
.MuiFab-root,
.MuiTypography-h6,
textarea,
button,
.search-location-map,
.pac-container,
.MuiFormHelperText-root,
.MuiTooltip-tooltip,
.MuiListSubheader-root,
.MuiChip-root {
  font-family: 'Afacad', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.MuiDialogTitle-root {
  font-family: "Poppins", sans-serif !important;
}