@tailwind base;@tailwind components;@tailwind utilities;:root{--color-primary:#2563eb;--color-secondary:#64748b;--color-background:#fff;--color-surface:#f8fafc;--color-text:#1e293b;--color-text-secondary:#64748b;--font-family:"Inter", system-ui, sans-serif}.restaurant-theme{--color-primary:#dc2626;--color-secondary:#fbbf24;--color-background:#fef3c7;--color-surface:#fffbeb;--color-text:#1f2937;--color-text-secondary:#6b7280}.elegant-theme{--color-primary:#1e3a5f;--color-secondary:#d4af37;--color-background:#fafafa;--color-surface:#fff;--color-text:#1a1a1a;--color-text-secondary:#666}*{box-sizing:border-box}body{font-family:var(--font-family);background-color:var(--color-background);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}#root{flex-direction:column;min-height:100vh;display:flex}
