:root {
  --color-bg: #0d0906;
  --color-text: #f5efe3;
  --color-muted: rgba(245, 239, 227, 0.7);
  --color-gold: #b8913b;
  --color-accent: #9b1f2f;
  --header-height: 96px;
  --hero-overlay-opacity: 0.65;
  --hero-title-size: clamp(3.5rem, 8vw, 8rem);
  --button-radius: 2px;
  --section-padding-y: 7rem;
  --hero-bg-position: center center;
  --hero-bg-size: cover;
}
[data-editor-id="hero.title"] {
  width: 100%;
  max-width: 100%;
  line-height: 80px;
  font-size: 85px;
  letter-spacing: 0.12em;
}
[data-editor-id="hero.subtitle"] {
  color: rgba(249, 245, 238, 0.65);
  background-color: rgba(0, 0, 0, 0);
  font-weight: 300;
  text-align: start;
  border-color: rgba(249, 245, 238, 0.65);
  opacity: 1;
  letter-spacing: 0.333em;
}
[data-editor-id="hero"] {
  max-width: 100%;
}
