@import url('https://fonts.googleapis.com/css2?family=Economica:wght@400;700&display=swap');

/* * { cursor: none; } */

.open {
    transition: max-height 0.3s ease-in-out;
  }
  
  .rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
  }

  .font{
    font-family: 'Economica', sans-serif;
  }

  .accordion-content {
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }
  
  .scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.bg-warning2{
  background-color: #FFCD29;
}