@font-face {
  font-family: "YekanBakh";
  src: 
         url("fonts/YekanBakh-Light.ttf") format("truetype");
       /*  url("../Yekan.woff") format("woff"),*/
       /*url("../Yekan.ttf") format("truetype"),*/
       /*url("../Yekan.eot") format("embedded-opentype"),*/
        
  font-weight: normal;
  font-style: normal;
}


body{
    font-family: "YekanBakh";
    background-color: white    ;
}

    .toggle-content {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height 0.5s ease, opacity 0.5s ease;
    }
    .toggle-content.open {
      opacity: 1;
    }
    .arrow {
      transition: transform 0.3s ease;
    }
    .arrow.rotate {
      transform: rotate(-90deg);
    }
    .shadow-custom {
  box-shadow: 0px 0px 10.4px rgba(0, 0, 0, 0.21);
    }
    .active{
      border-bottom: 3px solid #ff181c;
    }
