@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;
}

.alink {
  color: #0ea5e9; /* nice blue */
  text-decoration: none; /* remove default underline */
}

.alink:hover,
.alink:focus {
  text-decoration: underline; /* show underline on hover/focus */
  color: #0369a1; /* darker blue */
}
