@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;900&display=swap");:root{--bg:#f8f7f4;--text:#0e0e0e;--muted:#8c8c8c;--divider:#e2dfd9;--surface:#efede9}body{background-color:var(--bg);margin:0;padding:0;font-family:Inter,sans-serif;color:var(--text);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}