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

@font-face {
  font-family: 'Peyda';
  src: url('../assets/fonts/peyda/PeydaWeb-Regular.woff2') format('woff2'),
       url('../assets/fonts/peyda/PeydaWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*,body{
    font-family: 'Peyda', sans-serif;
    font-weight: 400; 
}
h1{
  font-family: 'Peyda', sans-serif;
  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;
}