@import "tailwindcss"; /* Custom utility colors for glassmorphism and modern theme variables */ :root { --background: #09090b; --foreground: #fafafa; --card: #18181b; --primary: #3b82f6; } body { background-color: var(--background); color: var(--foreground); font-family: system-ui, -apple-system, sans-serif; }