/* =============================================
   THEME DEFINITION — Moss & Stone
   English landscape, weathered stone, living green
   ============================================= */

[data-theme="moss-stone"] {
  --bg: #EDE8DF;
  --bg-alt: #DFE4D7;
  --text: #2B3128;
  --text-muted: rgba(43, 49, 40, 0.55);
  --accent: #6B7C3F;
  --highlight: #B5946D;
  --heading-font: 'Libre Baskerville', Georgia, serif;
  --heading-weight: 400;
  --heading-transform: none;
  --heading-tracking: 0.02em;
  --heading-style: normal;
  --body-font: 'IBM Plex Sans', 'Helvetica Neue', sans-serif;
  --body-weight: 300;
  --hero-overlay-top: rgba(43, 49, 40, 0.50);
  --hero-overlay-bottom: rgba(43, 49, 40, 0.80);
  --hero-overlay: linear-gradient(to bottom, var(--hero-overlay-top), var(--hero-overlay-bottom));
  --hero-title-size: clamp(3rem, 8vw, 7rem);
  --hero-title-align: center;
  --hero-title-direction: column;
  --hero-content-align: center;
  --hero-content-justify: center;
  --hero-content-text-align: center;
  --divider-display: none;
  --divider-style: none;
  --divider-color: transparent;
  --divider-opacity: 0;
  --section-max-width: 680px;
  --section-padding: 8rem 2rem;
  --line-height: 1.85;
  --scroll-indicator-line: none;
  --scroll-indicator-circle: none;
  --scroll-indicator-chevron: none;
  --scroll-indicator-text: block;
  --scroll-indicator-dot: none;
}
