body {
  font-family: 'Adamina', serif;
  background-color: #fcfaf7;
  color: #2c2c2c;
}

.author-name {
  font-family: 'Cinzel', serif;
  letter-spacing: 0.2rem;
  color: #1a1a1a;
  font-size: calc(1.5rem + 1.5vw);
}

.header-divider {
  width: 50px;
  height: 2px;
  background-color: #8b0000;
}

.nav-link-custom {
  text-decoration: none;
  color: #1a1a1a;
  text-transform: uppercase;
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.nav-link-custom:hover {
  color: #8b0000;
}

h2 {
  font-family: 'Cinzel', serif;
  font-weight: 700;
  color: #8b0000;
}

.book-cover-wrapper img {
  transition: transform 0.3s ease;
}

.book-cover-wrapper img:hover {
  transform: scale(1.02);
}

.custom-purchase-btn {
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  border-radius: 0;
  border-width: 2px;
  transition: all 0.3s ease;
}

.custom-purchase-btn:hover {
  background-color: #1a1a1a;
  color: #fff;
  transform: translateY(-2px);
}

footer {
  background-color: #f8f9fa;
}

.social-link {
  font-size: 1.5rem;
  color: #1a1a1a;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-link:hover {
  color: #8b0000;
  transform: translateY(-3px);
}

.newsletter-bar {
  background-color: #1a1a1a;
  border-top: 3px solid #8b0000;
}

.newsletter-heading {
  font-family: 'Cinzel', serif;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
}

.newsletter-bar .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 0;
}

.newsletter-bar .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter-bar .btn-warning {
  border-radius: 0;
  font-family: 'Cinzel', serif;
}

.privacy-link:hover {
  opacity: 1 !important;
  text-decoration: underline !important;
}

.policy-content h4, .policy-content h5 {
  font-family: 'Cinzel', serif;
  color: #1a1a1a;
}

.policy-content ul {
  padding-left: 1.2rem;
}

.policy-content li {
  margin-bottom: 0.5rem;
}

.contact-form {
  border-top: 4px solid #8b0000;
}

.contact-form .form-label {
  font-family: 'Cinzel', serif;
  font-size: 0.9rem;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-form .form-control:focus {
  border-color: #ff9900;
  box-shadow: 0 0 0 0.25rem rgba(255, 153, 0, 0.1);
}

.italic {
  font-style: italic;
}

.release-highlight {
  font-family: 'Cinzel', serif;
  font-size: 1.25rem;
  color: #8b0000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

