@import url('https://fonts.cdnfonts.com/css/iranian-sans');
@font-face {
  font-family: 'KalamehWeb';
  src: url('/KalamehWeb_Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Peyda';
  src: url('/Peyda-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


*{
    direction: rtl;
}
body{
    background-color: #f0f0f0;
    font-family: 'Peyda', sans-serif;
}
.bold-text{
    font-weight: bold;
    text-align: justify;
}
p{
    text-align: justify;
}