@font-face {
  font-family: "iranyekan";
  src: url("../fonts/Yekan.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iranyekan";
  src: url("../fonts/Yekan.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

.text-font-fa {
  font-family: iranyekan, Inter, sans-serif;
  direction: rtl;
}

.text-font-en {
  font-family: var(--default-font-family);
  direction: rtl;
}

.dir-fa {
  direction: rtl;
}

.dir-ltr {
  direction: ltr;
}

button:not(:disabled),
[role="button"]:not(:disabled) {
  cursor: pointer;
}

input,
select,
option,
textarea,
.text-font-small {
  font-size: small;
}
