/* Velora Café — design system */
.nav-link { position: relative; font-size: 0.9rem; font-weight: 500; color: #5C3E23; transition: color 0.3s; padding: 0.5rem 0; }
.nav-link:hover { color: #C8553D; }
.nav-link.active { color: #C8553D; }
.nav-link.active::after { content:''; position: absolute; bottom: -4px; left: 0; right: 0; height: 2px; background: #C8553D; }
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; }