@import "tailwindcss"; :root { --background: #ffffff; --foreground: #171717; } @theme { --background: #171717; --foreground: #ffffff; --gray-primary: #666; --primary: #0164ff; } .gradient-text { @apply text-transparent bg-clip-text bg-[radial-gradient(circle,rgba(1,100,255,1)_0%,rgba(111,255,255,1)_100%)] w-fit text-6xl font-extrabold; }