:root {
  /* Brand palette */
  --sand:          #f2ede6;
  --sand-dark:     #e8e0d4;
  --stone:         #c9bfb0;
  --bark:          #8c7b6b;
  --soil:          #5c4d3e;
  --deep:          #2e2520;
  --white:         #faf8f5;
  --accent:        #a07850;
  --accent-lt:     #c4986a;
  --green:         #6b7c5e;
  --cream:         #f7f2eb;

  /* Semantic */
  --color-primary:       #a07850;
  --color-primary-dark:  #5c4d3e;
  --color-secondary:     #8c7b6b;
  --color-success:       #6b7c5e;
  --color-danger:        #c0392b;
  --color-warning:       #d4a017;

  /* Backgrounds */
  --bg-body:       #faf8f5;
  --bg-sidebar:    #2e2520;
  --bg-card:       #ffffff;

  /* Text */
  --text-primary:        #2e2520;
  --text-muted:          #8c7b6b;
  --text-sidebar:        #c9bfb0;
  --text-sidebar-active: #faf8f5;

  /* Layout */
  --sidebar-width:    260px;
  --topbar-height:    60px;
  --content-padding:  1.75rem;
  --border-radius:    3px;
  --border-color:     #e8e0d4;

  /* Typography */
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Jost', system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', 'Fira Code', monospace;
  --font-size-base:   1rem;
  --line-height-base: 1.65;
}
