@font-face {
  font-family: 'IranSansBold';
  src: url('/assets/fonts/iransans/IRANSansWeb(FaNum) Bold.woff') format('woff');
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: 'IranSansLight';
  src: url('/assets/fonts/iransans/IRANSansWeb(FaNum) Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'IranSansLight', sans-serif;
  direction: rtl;
  color:black;
}
h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5{
  font-family: 'IranSansBold', sans-serif;
}

  .sidebar {
    width: 250px;
    min-height: 100vh;
    background: #f8f9fa;
    padding: 0.5rem;
  }
  .sidebar .nav li{
    border-bottom: 1px solid #f3f3f3;
    
    
  }
  .sidebar .nav .nav-link{
    color: #008;
    font-size: 16px;
    margin-right: 10px;
  }
  .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .footer {
    margin-top: auto;
    background: #f1f1f1;
    padding: 0.5rem;
    text-align: center;
  }
  @media (max-width: 991px) {
    .sidebar {
      display: none;
    }
  }
