body {
  font-family: "Crimson Text", serif;
  margin: 0;
  padding: 0;
  background: #fdf6f2;
  color: #333;
}

.breadcrumb {
  font-family: "Crimson Text", serif;
  background: #7c0e0c;
  color: #fdf6f2;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
}
.breadcrumb a {
  color: #fdf6f2;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #ffd9a0;
}
.breadcrumb .separator {
  color: #f5e6db;
  margin: 0 0.5rem;
}

footer {
  background: #7c0e0c;
  color: #fdf6f2;
  text-align: center;
  padding: 1.5rem 1rem;
}
footer .tagline {
  font-weight: 600;
  margin-bottom: 1rem;
}
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.footer-links a {
  color: #ffd9a0;
  text-decoration: none;
  font-weight: 600;
}
.footer-links a:hover {
  color: #ffffff;
}
.back-to-top {
  color: #ffd9a0;
  text-decoration: none;
}
.back-to-top:hover {
  color: #ffffff;
}

@media (max-width: 600px) {
  .breadcrumb {
    text-align: center;
  }
  .footer-links {
    flex-direction: column;
    gap: 0.5rem;
  }
}
