/* Foodyar global font - Vazirmatn from Google Fonts */

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

html,
body,
button,
input,
textarea,
select {
  font-family: "Vazirmatn", Tahoma, Arial, sans-serif !important;
}

body {
  text-rendering: optimizeLegibility;
}

button,
input,
textarea,
select {
  font-weight: inherit;
}
