html { scroll-behavior: smooth; }
body {
  background-color: #FDFCF5;
  color: #2C2C2C;
  -webkit-font-smoothing: antialiased;
}
::selection { background: #C5A059; color: #FDFCF5; }
.vintage-border {
  border: 1px solid #C5A059;
  outline: 2px solid #C5A059;
  outline-offset: 4px;
}
.ornament-divider {
  display: flex; align-items: center; justify-content: center; margin: 2rem 0;
}
.ornament-divider::before, .ornament-divider::after {
  content: ""; flex: 1; border-bottom: 1px double #C5A059;
}
.ornament-divider span {
  padding: 0 1rem; color: #C5A059; font-family: "Playfair Display", serif; font-style: italic; font-size: 1.2rem;
}
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #FDFCF5; }
::-webkit-scrollbar-thumb { background: #C5A059; border-radius: 5px; border: 2px solid #FDFCF5; }
::-webkit-scrollbar-thumb:hover { background: #8C7035; }