@tailwind base; @tailwind components; @tailwind utilities; :root { --color-primary: #3b82f6; --color-secondary: #64748b; --color-success: #10b981; --color-danger: #ef4444; --color-warning: #f59e0b; --color-ice: #93c5fd; --color-gold: #fbbf24; } body { @apply bg-gray-50 text-gray-900; margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace; }