:root {
  --bg: #FAF9F5;
  --bg-soft: #F7F5EF;
  --panel: #FEFDFB;
  --nav-bg: rgba(250, 249, 245, 0.8);

  --text: #191919;
  --text-soft: #57534A;
  --muted: #A6A094;

  --border: #E4DFD3;
  --border-strong: #D8D2C2;
  --link-line: #D6D0C2;

  --accent: #D97757;
  --accent-strong: #C15F3C;
  --accent-deep: #8A4227;
  --accent-soft: #FAF1EC;
  --accent-line: #F0DCD1;
  --accent-bg: #FBF5F0;

  --code-bg: #F0EEE6;
  --code-chrome: #E7E4D9;
  --code-ink: #C15F3C;
  --code-text: #292623;
  --code-comment: #A89F8D;
}
