@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; } .nolinkstyle { text-decoration: none !important; color: currentColor; } .main { margin-top: 2rem; } .price::before { content: "\20ac"; margin-right: 0.3ex; font-size: 80%; }