:root {
  --anchor-radius: 0.25rem;

  --anchor-porcelain: #faf8f4;
  --anchor-bone: #f1ece4;
  --anchor-smoke: #d8d8d4;
  --anchor-flax: #cdbe9d;
  --anchor-bronze: #a27b48;
  --anchor-umber: #6b5646;
  --anchor-moss: #6c746f;
  --anchor-forest: #3f4b43;
  --anchor-slate: #7b858d;
  --anchor-oxblood: #5b3135;
  --anchor-charcoal: #1d1e20;

  --anchor-font-editorial: "Cormorant Garamond", "Times New Roman", serif;
  --anchor-font-serif: "Cormorant Garamond", "Times New Roman", serif;
  --anchor-font-sans: "Inter", system-ui, -apple-system, sans-serif;
  --anchor-font-mono: "JetBrains Mono", monospace;
}