@font-face {
  font-family: 'peyda';
  src: url('assets/fonts/peyda.ttf') format('ttf'),
  url('assets/fonts/peyda.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

*,body{
    font-family: 'peyda';
    font-weight: 400; 
}
h1{
  font-family: 'peyda';
  font-weight: 400;
}
h2{
  font-family: 'peyda', sans-serif;
  font-weight: 400;
}
h3{
  font-family: 'peyda', sans-serif;
  font-weight: 400;
}
h4{
  font-family: 'peyda', sans-serif;
  font-weight: 400;
}
h5{
  font-family: 'peyda', sans-serif;
  font-weight: 400;
}
h6{
  font-family: 'peyda', sans-serif;
  font-weight: 400;
}
div{
  font-family: 'peyda', sans-serif;
  font-weight: 400;
}
p{
  font-family: 'peyda', sans-serif;
  font-weight: 400;
}
input{
  font-family: 'peyda', sans-serif;
  font-weight: 400;
}
textarea{
  font-family: 'peyda', sans-serif;
  font-weight: 400;
}
th{
  font-family: 'peyda', sans-serif;
  font-weight: 400;
}
tr{
  font-family: 'peyda', sans-serif;
  font-weight: 400;
}
button{
  font-family: 'peyda', sans-serif;
  font-weight: 400;
}
a{
  font-family: 'peyda', sans-serif;
  font-weight: 400;
}