@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--background:#faf9f7;--foreground:#1a1a1a;--surface:#fff;--border:#e8e5df;--text-muted:#6b6762;--text-dim:#9e9a96;--accent:#d4623a;--accent-hover:#c05530}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Inter,Arial,Helvetica,sans-serif}body:before{content:"";pointer-events:none;z-index:9999;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)'/%3E%3C/svg%3E");background-size:200px 200px;position:fixed;inset:0}
