/* Cursor-Styling */
html, body {
  cursor: none !important;
}

.custom-cursor {
  position: fixed;
  width: 32px;
  height: 32px;
  font-size: 64px;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease;
  text-shadow: 0 0 20px rgba(234, 156, 12, 0.8);
}
