@import url("https://cdn.jsdelivr.net/gh/rastikerdar/iranyekan-font@v3.0.0/dist/font-face.css");

:root {
  --sonivo-font: IRANYekan, Tahoma, Arial, sans-serif;
  --alohosh-primary: #4f46e5;
  --alohosh-purple: #8b5cf6;
  --alohosh-cyan: #06b6d4;
  --alohosh-navy: #0f172a;
}

html,
html[lang="fa"],
html[dir="rtl"],
body,
body[dir="rtl"],
#root,
#root * {
  font-family: var(--sonivo-font) !important;
}

html[lang="fa"],
html[dir="rtl"] {
  direction: rtl;
  text-align: right;
}

.MuiTypography-root,
.MuiButton-root,
.MuiInputBase-root,
.MuiInputBase-input,
.MuiInputLabel-root,
.MuiFormLabel-root,
.MuiTableCell-root,
.MuiChip-root,
.MuiMenuItem-root,
.MuiListItemText-primary,
.MuiListItemText-secondary,
.MuiTab-root,
.MuiDialogTitle-root,
.MuiDialogContent-root,
.MuiAlert-root,
.MuiTooltip-tooltip,
.MuiDataGrid-root,
.MuiDataGrid-cell,
.MuiDataGrid-columnHeaderTitle,
label,
button,
input,
textarea,
select,
option {
  font-family: var(--sonivo-font) !important;
  letter-spacing: 0 !important;
}
