/* EDITORIAL — warm graphite dark, serif reading, single calm blue accent. */
:root {
  --bg:        #1a1a1d;   /* warm near-black */
  --bg-2:      #212125;   /* raised panels */
  --bg-3:      #2a2a30;   /* hover */
  --rule:      #302f36;   /* hairline borders */
  --rule-soft: #26262b;   /* fainter dividers */
  --text:      #c9c5bc;   /* warm light-gray body */
  --heading:   #f3f0e9;   /* near-white for titles */
  --muted:     #8b8780;   /* secondary / metadata */
  --accent:    #7ab0e6;   /* the one accent — links + linked-list titles */
  --accent-dim:#5f93c9;

  /* Serif for reading + titles (editorial); sans for UI chrome. Both self-hosted (Charter, Inter)
     so every reader's device — and this repo's own render checks — see the identical file. */
  --font-serif: 'Charter', 'Bitstream Charter', 'Iowan Old Style', 'Palatino Linotype',
                Georgia, 'Times New Roman', serif;
  --font-sans:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-mono:  'SFMono-Regular', 'JetBrains Mono', Menlo, Consolas, monospace;

  --measure: 42rem;
  --banner-h: 5.5rem;
  --shell-max: 86rem;
}
