:root{
  /* skin imposee : PAY-17 Mousse Neo-Editorial */
  --bg:           #F6F0E6;
  --bg-alt:       #ECE4D5;
  --surface:      #FBF7EE;
  --surface-deep: #2A2820;
  --text:         #2E2820;
  --text-2:       #5C5547;
  --text-mute:    #8A8273;
  --border:       color-mix(in srgb, var(--text) 14%, transparent);

  --accent:       #557544;
  --accent-2:     #9A7B4F;
  --accent-on-dark:#C9D6BD;
  --primary:      var(--accent);
  --wa-green:     #25D366;

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

  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 14px;
  --r-xl: 22px;

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

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

  --container: 1180px;
}
