/* The Nexus Collective 2.0 — design tokens */
:root {
  --paper: #fdfcf7;
  --paper-deep: #f7f4ec;
  --sumi: #1c1a17;
  --brass: #6b5227;
  --cta: #a8532f;
  --moss: #3f5c40;

  --background: var(--paper);
  --foreground: var(--sumi);
  --secondary: var(--paper-deep);
  --border: #cdc7ba;
  --white: #ffffff;

  --font-display: "Cormorant Garamond", "Noto Serif TC", Georgia, serif;
  --font-body: "Noto Sans TC", "Helvetica Neue", Arial, sans-serif;

  --maxw: 1240px;
  --gutter: 1.5rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}
