:root {
  --emerald: #0e4236;
  --emerald-deep: #0a3329;
  --emerald-dark: #07241d;
  --emerald-darker: #051a14;
  --emerald-line: #1d5a4b;
  --cream: #f3e4cc;
  --cream-soft: #efe6d4;
  --gold: #c9a86a;
  --gold-bright: #e3c683;
  --gold-deep: #a8854a;
  --paper: #f6f1e7;
  --ink: #14241e;
  --text: #eef3ee;
  --text-dim: rgba(238, 243, 238, 0.72);
  --line: rgba(201, 168, 106, 0.28);
  --max-width: 1240px;
  --header-height: 82px;
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 30px;
  --shadow: 0 30px 70px -34px rgba(0, 0, 0, 0.72);
  --shadow-gold: 0 18px 50px -25px rgba(201, 168, 106, 0.75);
  --font-display: "Prata", Georgia, serif;
  --font-body: "Be Vietnam Pro", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}
