:root {
  /* Core tones */
  --void: #100b07;
  --deep: #1a1209;
  --dusk: #241a0f;
  --shadow: #2e2010;
  --stone: #5c4a35;
  --ash: #8c7560;
  --smoke: #c0a888;
  --linen: #f0eeeb;
  --cream: #f7f6f4;

  /* Gold — the only accent colour */
  --gold: #c4864a;
  --gold2: #a86e38;
  --gold-dim: rgba(196, 134, 74, 0.12);
  --gold-line: rgba(196, 134, 74, 0.28);
  --border-dark: rgba(196, 134, 74, 0.08);
  --border-mid: rgba(196, 134, 74, 0.15);
  --border-light: rgba(46, 32, 16, 0.12);

  /* Type system */
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "EB Garamond", Georgia, serif;
  --label: "Montserrat", sans-serif;

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: 4rem;

  --radius: 0;
  --content-max: 860px;

  --px: 1.5rem;
  --nav-h: 64px;
}

@media (min-width: 600px) {
  :root { --px: 2.5rem; }
}
@media (min-width: 900px) {
  :root { --px: 4rem; --nav-h: 72px; }
}
@media (min-width: 1200px) {
  :root { --px: 6rem; }
}
