:root {
  /* Colors — sourced from the BLUFFY desktop app */
  --bg-base:      #0c0c0c;
  --bg-panel:     #131313;
  --bg-surface:   #191919;
  --bg-elevated:  #222222;
  --border:       #1e1e1e;
  --border-lt:    #2a2a2a;

  --text:         #e0e0e0;
  --text-muted:   #a0a0a0;
  --text-dim:     #737373;

  --accent:       #c8432e;
  --accent-hover: #e05540;
  --accent-dim:   rgba(200, 67, 46, 0.15);
  --accent-edge:  rgba(200, 67, 46, 0.35);
  --accent-pink:  #ff5e8a;

  /* Type */
  --font-body:    'Inter', system-ui, -apple-system, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
  --font-display: 'Instrument Serif', 'Times New Roman', serif;

  /* Spacing scale */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --space-12: 3rem;
  --space-16: 4rem;
  --space-24: 6rem;

  /* Layout */
  --container-max: 1200px;
  --radius:        6px;
  --radius-lg:     12px;
}
