:root {
  /* Backgrounds */
  --color-bg-page: #ffffff;
  --color-bg-surface: #F9F8F6;
  --color-bg-inset: #F0EDE9;

  /* Text */
  --color-text-primary: #1A1A1A;
  --color-text-body: #1F2421;
  --color-text-muted: #555;
  --color-text-subtle: #666;
  --color-text-faint: #999;

  /* Accent */
  --color-accent: #2B5367;
  --color-accent-dark: #152B37;
  --color-accent-fg: #F9F8F6;

  /* Borders */
  --color-border: #D4CFC9;

  /* Fonts */
  --font-sans: "Helvetica Neue", sans-serif;
  --font-serif: "Apple Garamond", "ITC Garamond Narrative", "Garamond", "Times New Roman", serif;
  --font-mono: "Courier New", Courier, monospace;
}