/* @tailwind directives are for Tailwind's build process and should not be present in compiled CSS */

html {
  scroll-behavior: smooth;
}

.letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
}

#particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.active-filter {
  background-color: rgba(219 136 54);
}

.dark .active-filter {
  background-color: rgba(219 136 54);
}

#hero-title {
  display: inline-block;
  font-weight: 900;
}

#hero-title span {
  display: inline-block;
}

#hero-btn {
  transition: transform 0.3s ease;
}

