/* Global styles for Waslati */
/* Tailwind CDN handles most styling. This file is for overrides. */

* { margin: 0; padding: 0; box-sizing: border-box; }

::selection {
  background: rgba(16, 185, 129, 0.3);
  color: white;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
