@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=Inter:wght@300;400;500&family=DM+Mono:wght@400;500&display=swap');

:root {
  /* Backgrounds */
  --ivory:        #F5F0E6;
  --ivory-dark:   #EDE8DC;
  --ivory-deeper: #E2DDD0;

  /* Forest greens */
  --forest-deep:  #1A2A1A;
  --forest-mid:   #2D4A2D;
  --forest-light: #4A7A3A;
  --canopy:       #7AAA50;
  --moss:         #A8C880;

  /* Text */
  --text-primary:   #1A1C18;
  --text-secondary: #5A6050;
  --text-muted:     #8A9080;
  --text-on-dark:   #F0ECE0;
  --text-on-dark-2: #A8B898;

  /* Accent */
  --accent:       #2D4A2D;
  --accent-hover: #1A2A1A;
  --accent-light: #EAF0E0;

  /* Borders */
  --border-light: #D8D2C4;
  --border-mid:   #B8B0A0;

  /* Typography */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Inter', -apple-system, sans-serif;
  --font-mono:    'DM Mono', monospace;

  /* Spacing */
  --section-pad: 120px;
  --container-max: 1400px;
  --container-pad: 48px;
}
