@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fff;--surface:#f7f7f5;--border:#e5e5e2;--text:#111;--muted:#6b6b6b;--accent:#111;--green:#1a7f4b;--red:#c0392b}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}