/* style/promo.css */
/* Body padding-top is handled by shared.css: body { padding-top: var(--header-offset); } */
/* No var(--header-offset) for page-promo__hero-section to avoid double padding */

.page-promo {
  font-family: Arial, sans-serif;
  color: #FFF6D6; /* Main text color */
  background-color: #0A0A0A; /* Page background */
}