@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#eeeae4;--navy:#111827;--steel:#6b8fa8;--steel-dark:#5a7d96;--muted:#8a9aaa;--border:#d8d3cc}html,body{height:100%}body{background-color:var(--bg);color:var(--navy);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}
