/* Extracted from index.html inline styles - keeps original look but externalized for caching */
body {
  font-family: "Inter", sans-serif;
  background-color: #fdf2f2;
  /* Light pinkish background from mockup */
}

.font-playfair {
  font-family: "Playfair Display", serif;
}

.hero-bg-light {
  background-color: #fdf2f2;
  /* Light pinkish background */
}

.footer-bg-light {
  background-color: #660033;
  /* Footer background */
}

.storylight-gold {
  color: #d4af37;
  /* Gold color */
}

.storylight-maroon {
  background-color: #800020;
  /* Maroon color for button */
  color: white;
}

.storylight-maroon:hover {
  background-color: #600018;
  /* Darker maroon on hover */
}

/* Styles for the decorative stars */
.star {
  color: #d4af37;
  /* Gold color */
  font-size: 1.5rem;
  margin: 0 0.25rem;
  display: inline-block;
}

.star-sm {
  font-size: 1rem;
}

.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.logo-icon svg {
  width: 100px;
  height: auto;
  fill: #d4af37;
  margin-bottom: -10px;
}

.logo-text {
  font-family: "Playfair Display", serif;
  font-size: 3.5rem;
  color: #d4af37;
  font-weight: 700;
  line-height: 1;
}

.logo-swash svg {
  width: 150px;
  height: auto;
  fill: #d4af37;
  margin-top: -5px;
}

.logo-hearts {
  font-size: 0.8rem;
  color: #d4af37;
  margin-top: 2px;
}

.book-cover-placeholder {
  background-color: #e0e0e0;
  color: #757575;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.375rem;
  aspect-ratio: 2 / 3;
}

/* Small helper styles for featured covers */
.featured-cover {
  margin: 0 auto 1rem auto;
  width: 8rem;
  height: auto;
  object-fit: cover;
}

/* Screen reader only class */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
