@import url("base.css");
/* CASA CASCADA — sand, jungle, lagoon */
:root {
  --bg: #ede4d3; --bg-hi: #f6f0e3; --bg-lo: #ddd0b8; --bg-soft: #e5dbc7;
  --ink: #274134; --text: #4a4438; --accent: #3e8c85; --ink-on-accent: #fff;
  --halo: #ede4d3; --scrim: #e8dfcd;
  --footer-bg: #1d2f26; --footer-ink: #ece7d8;
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "Inter", "Segoe UI", sans-serif;
  --display-weight: 450;
  --wordmark-size: 10.5vw; --wordmark-track: 0.1em;
  --grain-opacity: 0.045;
}
.stat b { color: var(--accent); }
