@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  font-family: "Barlow", sans-serif;

}



.calendar-slide {
  transition: max-width 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
  overflow: hidden;
}

.icon-badge {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 9999px;
  padding: 0.25rem 0.5rem;
  color: white;
  font-size: 0.75rem;
}

.hover-underline-multiline {
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: 0 100%;
  transition: background-size 1s ease-in-out;
  cursor: pointer;
}

.hover-underline-multiline:hover {
  background-size: 100% 2px;
  color: blue;
}

.post-card {
  box-shadow: 0 2px 20px #0e0e130d;
}

.news-heading{
  font-family: "Oswald", sans-serif;

}

input[ng-show] {
  transition: all 0.3s ease-in-out;
}

/* For WebKit browsers */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #355e9a;
  border-radius: 0px;
  border: 1px solid #2c4d80; /* darker tone for premium feel */
}
