@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&family=Noto+Sans+SC:wght@400;700;900&display=swap');
@import "tailwindcss";

@theme {
  --font-sans: "Inter", "Noto Sans SC", ui-sans-serif, system-ui, sans-serif;
  --color-watermelon-red: #FF4B5C;
  --color-watermelon-green: #2D5D47;
}

html { scroll-behavior: smooth; }
body { @apply bg-black text-white antialiased; }
.hidden { display: none; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-thumb { background: #FF4B5C; border-radius: 10px; }
