:root{--background: #ffffff;--foreground: #111827;--muted: #f3f4f6;--muted-foreground: #6b7280;--primary: #111827;--primary-foreground: #ffffff;--accent: #4f46e5;--border: #e5e7eb;--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif;--container-width: 1200px;--radius: .5rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--background);color:var(--foreground);line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.1;font-weight:700}button{font-family:inherit;cursor:pointer}a{color:inherit;text-decoration:none}.container{max-width:var(--container-width);margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0}.grid{display:grid;gap:2rem}.flex{display:flex;gap:1rem}
