body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; background-color: #FDFBF7; color: #722F37; } .bg-terracotta { background-color: #A52A2A; } .text-terracotta { color: #A52A2A; } .bg-cream-pink { background-color: #F5E6D3; } .btn-primary { background-color: #A52A2A; border-color: #A52A2A; color: #FFFFFF; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active { background-color: #8A2323; border-color: #8A2323; color: #FFFFFF; } .btn-outline-light { border-color: #FFFFFF; color: #FFFFFF; } .btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active { background-color: #FFFFFF; color: #722F37; } a { color: #722F37; } a:hover, a:focus { color: #A52A2A; } .card { background-color: #FFFFFF; color: #722F37; } .section-alt { background-color: #F5E6D3; color: #722F37; } .hero-section { background-color: #FDFBF7; color: #722F37; } .navbar { background-color: #FDFBF7; } .footer { background-color: #FDFBF7; } .cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background-color: #722F37; color: #FFFFFF; padding: 1rem; z-index: 1000; display: flex; justify-content: space-between; align-items: center; } .cookie-banner button { margin-left: 1rem; }
.card img,
.bg-light img,
.container img {
  display: block;
  width: 100%;
  height: auto;
}
/* Font safety overrides */
:root {
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.navbar,
.btn,
input,
textarea,
select {
  font-family: var(--font-sans);
}
/* WP Generator feature helpers */
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  background: linear-gradient(90deg, #0ea5e9, #22c55e);
  z-index: 9999;
  transition: width 120ms ease-out;
}
.scroll-top {
  position: fixed;
  right: 20px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: none;
  background: #111827;
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.2);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 200ms ease, transform 200ms ease;
  z-index: 9998;
}
.scroll-top.is-visible {
  opacity: 0.95;
  transform: translateY(0);
}
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 600ms ease, transform 600ms ease;
}
.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

