/* فونت ایران یکان */
@font-face {
    font-family: 'IRANYekan';
    src: url('../fonts/iran-yekan-300.woff2') format('woff2');
    font-weight: 300;
  }
  @font-face {
    font-family: 'IRANYekan';
    src: url('../fonts/iran-yekan-400.woff2') format('woff2');
    font-weight: 400;
  }
  @font-face {
    font-family: 'IRANYekan';
    src: url('../fonts/iran-yekan-500.woff2') format('woff2');
    font-weight: 500;
  }
  @font-face {
    font-family: 'IRANYekan';
    src: url('../fonts/iran-yekan-700.woff2') format('woff2');
    font-weight: 700;
  }
  
  /* فونت آوینی */
  @font-face {
    font-family: 'Aviny';
    src: url('../fonts/aviny-700.woff2') format('woff2');
    font-weight: 700;
  }

  


  /* اعمال فونت پیش‌فرض به کل متن */
body, html {
    font-family: 'IRANYekan', sans-serif;
  }
  
  /* تیترها با آوینی */
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Aviny', cursive;
  }
  