html { scroll-behavior: smooth; }
body { margin: 0; background: #FAF9F6; color: #17150F; font-family: Archivo, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
a { color: #A8552F; text-decoration: none; }
a:hover { color: #7E3D20; }
::selection { background: #E9DCCE; }

.hover-accent:hover { color: #A8552F !important; }
.hover-dark:hover { color: #17150F !important; }
.hover-bg-accent:hover { background: #A8552F !important; }
.hover-border-dark:hover { border-color: #17150F !important; }
.hover-invert:hover { background: #17150F !important; color: #FAF9F6 !important; }

@media (max-width: 640px) {
  .nav-primary-links { display: none !important; }
}
