@import url('https://pro.fontawesome.com/releases/v5.10.0/css/all.css');

@font-face {
  font-family: ub;
  src: url(../font/Ubuntu-Regular.ttf) format('truetype');
}

@font-face {
  font-family: is;
  src: url(../font/IranianSans.ttf) format('truetype');
}

@font-face {
  font-family: ns;
  src: url(../font/Nassim.ttf) format('truetype');
}

@media (min-width: 481px) {
  /* Desktop */


}

@media (max-width: 480px) {
  /* Mobile */


}


html {
  scroll-behavior: smooth;
  direction: rtl;
  font-size: 100%;
}

body {
  text-align: center;
  font-family: is;
}

a {
  text-decoration: none;
  color: coral;
}

a:hover {
  color: white;
}

h1 {
  font-family: ns;
  font-size: 20pt;
}


h2 {
  font-family: ns;
  font-size: 16pt;
}

h3 {
  font-family: is;
  font-size: 11pt;
}

p {
  font-family: is;
  unicode-bidi: plaintext;
  text-align: justify;
  line-height: 35px;
  font-size: 11pt;
}