body {
  background-color: #ffffff;
  color: #1e293b;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

/* Custom transitions */
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
