/* Premium Light Scrollbars */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: #faf8f5;
}
::-webkit-scrollbar-thumb {
  background: #e2dcd5;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #b86b42;
}
[x-cloak] {
  display: none !important;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.animate-fade-in {
  animation: fadeIn 0.2s ease-in-out;
}
