* {
  font-family: 'Libre Baskerville', 'Crimson Text', Georgia, serif;
  scrollbar-width: none;
  box-sizing: border-box;
}

*::-webkit-scrollbar {
  display: none;
}

.classic-border {
  border: 2px solid #2c1810;
}

.classic-border-light {
  border: 1px solid #8b7355;
}

.ornament::before,
.ornament::after {
  content: '✦';
  margin: 0 12px;
  color: #8b7355;
}

.card-hover:hover {
  transform: translateY(-4px);
  box-shadow: 4px 4px 0 #2c1810;
}

.btn-classic:hover {
  background: #2c1810;
  color: #f5f0e8;
}

.btn-deal:hover {
  background: #8b0000;
  color: #f5f0e8;
}

input:focus,
select:focus {
  outline: 2px solid #8b7355;
  outline-offset: 2px;
}