.nav-link { font-family: 'Space Grotesk', sans-serif; font-size: 0.75rem; font-weight: 500; letter-spacing: 0.15em; color: #0F0F0F; text-transform: uppercase; padding: 0.5rem 0.75rem; transition: color 0.3s; }
.nav-link:hover { color: #7E6840; }
.nav-link.active { color: #7E6840; }
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }