/* 
  Custom styles for LuckyStarMusic
  Note: Most styling is handled by Tailwind CSS in the React components.
  This file is provided for legacy integration or custom overrides.
*/

.custom-gradient-text {
  background: linear-gradient(to right, #fff, #a5b4fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
