@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--color-primary:#c2622a;--color-secondary:#d4d4d0;--color-dark:#1a1a1a;--color-bg:#f2f0ed;--color-bg-alt:#eceae6;--color-surface:#fff;--color-border:#e0ddd9;--color-text-primary:#1a1a1a;--color-text-secondary:#5a5a5a;--color-text-muted:#9a9a9a;--color-text-inverse:#fff;--color-accent:#c2622a;--color-success:#4a7c59;--color-warning:#d4a017;--color-error:#b94040;--font-display:"Inter", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"Inter", monospace;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-md:1.125rem;--font-size-lg:1.25rem;--font-size-xl:1.5rem;--font-size-2xl:2rem;--font-size-3xl:2.75rem;--font-size-4xl:3.5rem;--font-weight-light:300;--font-weight-regular:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-snug:1.4;--line-height-normal:1.6;--line-height-relaxed:1.8;--letter-spacing-tight:-.02em;--letter-spacing-normal:0;--letter-spacing-wide:.05em;--letter-spacing-widest:.15em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-full:9999px;--border-width:1px;--border-color:var(--color-border);--shadow-sm:0 1px 3px #1a1a1a14;--shadow-md:0 4px 12px #1a1a1a1a;--shadow-lg:0 8px 28px #1a1a1a24;--shadow-xl:0 16px 48px #1a1a1a2e;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--container-sm:640px;--container-md:768px;--container-lg:1024px;--container-xl:1280px;--container-2xl:1440px;--header-height:72px;--sidebar-width:260px;--z-base:0;--z-raised:10;--z-dropdown:100;--z-sticky:200;--z-overlay:300;--z-modal:400;--z-toast:500}*{box-sizing:border-box;scroll-behavior:smooth;font-family:var(--font-body);margin:0;padding:0}
