:root {
  --paper: #ffffff;
  --paper-2: #f5f5f4;
  --paper-3: #ebebe8;
  --ink: #0a0a0a;
  --ink-2: #2a2a28;
  --ink-3: #7c7c78;
  --ink-4: #b8b5ac;
  --hair: rgba(10,10,10,0.07);
  --hair-2: rgba(10,10,10,0.14);

  --pink: #ff2d7e;
  --pink-2: #d61968;
  --pink-deep: #b21055;
  --pink-soft: #ffd0e1;
  --pink-veil: #fff2f7;

  --green: #1e7a1d;
  --green-2: #155214;
  --green-soft: #c8e7c7;
  --green-veil: #edf6ec;

  --display: 'Bricolage Grotesque', system-ui, sans-serif;
  --body: 'Manrope', -apple-system, system-ui, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, monospace;

  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 18px;
  --r-xl: 26px;
  --r-pill: 999px;
  --shadow: 0 1px 2px rgba(10,10,10,0.04), 0 6px 18px -6px rgba(10,10,10,0.08);
  --shadow-pink: 0 12px 32px -8px rgba(255,45,126,0.4);
  --shadow-deep: 0 20px 60px -16px rgba(255,45,126,0.55);
}
