:root {
  /* Foundation */
  --sc-black: #e3dacb;
  --sc-glow-1: rgba(249, 245, 237, 0.92);
  --sc-glow-2: rgba(249, 245, 237, 0.0);
  --sc-glow-cool: rgba(72, 50, 74, 0.18);

  --sc-bg: #e3dacb;
  --sc-paper: #efe7d8;
  --sc-paper-raised: #f9f3e8;
  --sc-blush: #e5d3c4;

  /* Ink — deep aubergine — a colored dark, the soul */
  --sc-ink: #3a2440;
  --sc-ink-soft: #533a58;
  --sc-ink-muted: #6f5c72;
  --sc-meta: #857461;
  --sc-dim: #b3a48f;

  /* Structure — colored hairlines */
  --sc-line: rgba(58, 36, 64, 0.16);
  --sc-line-soft: rgba(58, 36, 64, 0.09);
  --sc-line-warm: #d6c8b4;

  /* Accent — dusty rose, restrained */
  --sc-accent: #b06a72;
  --sc-accent-deep: #8f5057;
  --sc-accent-border: rgba(176, 106, 114, 0.50);
  --sc-ember: #9a7b3f;

  /* Type */
  --sc-font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --sc-font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, ui-monospace, monospace;
  --sc-font-sans: ui-sans-serif, system-ui, -apple-system, sans-serif;

  --sc-radius-sm: 2px;
  --sc-radius-md: 4px;
  --sc-radius-lg: 6px;

  --sc-shadow-plane: 0 1px 0 rgba(255, 255, 255, 0.55) inset, 0 20px 42px -30px rgba(58, 40, 50, 0.22);

  --sc-grain-blend: multiply;
  --sc-grain-opacity: 0.05;
  --sc-plate-glow: rgba(255, 250, 240, 0.50);

  /* Specimen plate recedes; the display type is the single point of depth */
  --sc-plate-bg: #ede4d4;
  --sc-plate-border: #d8cab6;
  --sc-plate-ink: #3a2440;
  --sc-plate-ink-soft: #533a58;
  --sc-plate-meta: #857461;
  --sc-plate-line: rgba(58, 36, 64, 0.12);
  --sc-plate-muted: #6f5c72;

  --sc-space-1: 4px;
  --sc-space-2: 8px;
  --sc-space-3: 12px;
  --sc-space-4: 16px;
  --sc-space-5: 24px;
  --sc-space-6: 32px;
  --sc-space-7: 48px;
  --sc-space-8: 72px;
  --sc-space-9: 112px;
}
