@tailwind base;@tailwind components;@tailwind utilities;:root{--color-bg-primary: hsl(0, 0%, 8%);--color-bg-secondary: hsl(0, 0%, 12%);--color-bg-tertiary: hsl(0, 0%, 16%);--color-bg-hover: hsl(0, 0%, 20%);--color-text-primary: hsl(0, 0%, 98%);--color-text-secondary: hsl(0, 0%, 75%);--color-text-tertiary: hsl(0, 0%, 55%);--color-accent-primary: hsl(0, 0%, 100%);--color-accent-secondary: hsl(200, 100%, 50%);--color-accent-tertiary: hsl(280, 100%, 50%);--color-success: hsl(120, 100%, 50%);--color-warning: hsl(40, 100%, 50%);--color-error: hsl(0, 100%, 50%);--color-border: hsl(0, 0%, 25%);--color-divider: hsl(0, 0%, 15%)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif;background-color:var(--color-bg-primary);color:var(--color-text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;letter-spacing:-.02em}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.875rem}p{color:var(--color-text-secondary)}a{color:var(--color-accent-secondary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-accent-primary)}
