* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; }
a { color: #7c6f5e; text-decoration: none; transition: color .25s ease; }
a:hover { color: #b98a52; }
::selection { background: #e6ddcd; }
input, textarea, select, button { font-family: inherit; }
::placeholder { color: #b3a996; }
