@import url("nav.css"); @import url("footer.css"); :root { --width: 750px; } body, html { margin: 0; font-family: "Inter", "Neue Haas Grotesk", "Helvetica", "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif; } .limwidth { margin: 0 auto; max-width: var(--width); padding: 0 12px; }