/* Color direction approved 2026-09-22. Raster colors may vary slightly. */
:root {
  --green: #006347; --forest: #003e32; --coral: #ff885f;
  --cream: #fff8ed; --sage: #eaf3ed; --white: #fff;
  --ink: #073f35; --muted: #4a655e; --line: #d9e5df;
  --coral-ink: #a43c1b; --radius: 12px;
  --page-width: 1440px; --gutter: clamp(20px, 5vw, 72px);
  --font-body: 'VH Thai', 'VH Sans', sans-serif;
}
