@import url("fontiran.css");

/* Global font */
html,
body {
  font-family: IRANSansX, Tahoma, Arial, sans-serif !important;
  direction: rtl;
}

/* Headings and form elements */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
label,
button,
input,
select,
textarea {
  font-family: IRANSansX, Tahoma, Arial, sans-serif !important;
}

/* Font weight helpers */
.text-thin {
  font-weight: 100;
}

.text-ultralight {
  font-weight: 200;
}

.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-demibold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-extrabold {
  font-weight: 800;
}

.text-black {
  font-weight: 900;
}