@tailwind base;@tailwind components;@tailwind utilities;:root{--primary-color: #3b82f6;--secondary-color: #64748b;--background-color: #ffffff;--text-color: #1e293b;--text-muted: #64748b;--border-radius: .5rem;--font-sans: "Inter", system-ui, sans-serif;--font-serif: "Georgia", serif;--font-mono: "JetBrains Mono", monospace}html{scroll-behavior:smooth}body{@apply bg-background text-foreground antialiased;}@layer components{.btn{@apply inline-flex items-center justify-center rounded-md px-4 py-2 text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none ring-offset-background;}.btn-primary{@apply bg-primary text-white hover:bg-primary-600;}.btn-secondary{@apply bg-secondary text-secondary-foreground hover:bg-secondary-80;}.container{@apply w-full max-w-7xl mx-auto px-4 sm:px-6 lg:px-8;}.section{@apply py-16 lg:py-24;}}@layer utilities{.text-primary{color:var(--primary-color)}.bg-primary{background-color:var(--primary-color)}.border-primary{border-color:var(--primary-color)}}
