@import url("../font/fontiran.css");

body, p, h1, h2, h3, h4, h5, h6, a, div, a, strong, button, div.button, input, textarea, select, div.a, label {
    font-family: IRANSans !important;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: whitesmoke;
  direction: rtl;
}

