/* shadcn/ui Theme — extracted from https://spotify.com */
/* Paste into your globals.css */

@layer base {
  :root {
    --background: 0 0% 7%;
    --foreground: 0 0% 0%;
    --primary: 141 76% 48%;
    --primary-foreground: 0 0% 100%;
    --secondary: 143 36% 32%;
    --secondary-foreground: 0 0% 100%;
    --accent: 141 73% 42%;
    --accent-foreground: 0 0% 100%;
    --muted: 170 23% 40%;
    --muted-foreground: 0 0% 100%;
    --border: 0 0% 33%;
    --radius: 6px;
  }
}
