:root{
  --bg:           #F4F0E4;
  --bg-alt:       #EBE5D3;
  --surface:      #FAF7EE;
  --surface-deep: #2C2F22;
  --text:         #2C2A20;
  --text-2:       #5A5648;
  --text-mute:    #8A8470;
  --border:       rgba(46,40,32,.12);
  --border-strong:rgba(46,40,32,.22);

  --accent:       #5E6B3B;
  --accent-2:     #7E8B57;
  --accent-soft:  #DDE0C7;
  --accent-on-dark:#C9D29A;
  --primary:      #5E6B3B;
  --wa-green:     #25D366;

  --text-on-dark:   #FAF7EE;
  --text-on-dark-2: rgba(250,247,238,.78);

  --ff-display: "EB Garamond", "Cormorant Garamond", Georgia, serif;
  --ff-body:    "Nunito Sans", "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --ff-ui:      "Nunito Sans", "Inter", system-ui, sans-serif;

  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --r-xl: 24px;

  --header-h: 72px;
  --header-h-mobile: 60px;

  --z-header: 1100;
  --z-menu:   1000;
  --z-modal:  1200;

  --container: 1180px;

  --t-fast: .18s ease;
  --t-base: .28s ease;
  --t-slow: .55s cubic-bezier(.2,.7,.2,1);
}
