/* CSS Variables from build.md */
:root{
  --primary-green:#0d4f3c;
  --secondary-green:#57c48d;
  --ocean:#2b6f89;
  --foam:#d7eef0;
  --sand:#efe2d3;
  --text:#1a1a1a;
  --cta:#f97316;
  --max-content-width:1200px;
}

html,body{margin:0;padding:0;background:#fff;color:var(--text);}
