.dropdown-content {
    transition: all 0.3s ease;
    transform-origin: top right;
  }

  .profile-dropdown {
    padding-top: 8px;
  }

  .profile-dropdown::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 8px;
  }

  .auto-height-dropdown {
    max-height: none !important;
    overflow-y: visible !important;
  }



 /* Add this style to make navbar fixed */
 .fixed-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}


@font-face {
  font-family: 'Li Shobuj Nolua Unicode';
  src: url('/fonts/Li\ Shobuj\ Nolua\ Unicode.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h2 {
  font-family: 'Li Shobuj Nolua Unicode', 'Arial Unicode MS', Arial, sans-serif;

}

/* h3 {
  font-family: 'Li Shobuj Nolua Unicode', 'Arial Unicode MS', Arial, sans-serif;

} */





 