/* ============================================================
   DOSSIER DESIGN TOKENS

   Change any value below, save the file, refresh your browser.
   Every visual property in the dossier references these tokens.

   Annika — this is the ONLY file you need to touch for design.
   ============================================================ */

:root {
  /* --- PAGE --- */
  --color-background:       #f5f2ed;       /* Page background — warm off-white */
  --color-surface:          #edeae4;       /* Card / subtle background */
  --color-text:             #1a1a1a;       /* Body text */
  --color-text-light:       #5a5a5a;       /* Secondary text (dates, meta) */
  --color-heading:          #0d0d0d;       /* Headings */
  --color-border:           #d0ccc4;       /* Dividers and card borders — warm gray */

  /* --- ACCENT (UGA Red / CV accent) --- */
  --color-accent:           #bd3b17;       /* Links, active states, highlights */
  --color-accent-hover:     #9a2e10;       /* Link hover */
  --color-accent-light:     #faeee9;       /* Light accent background */

  /* --- RESEARCH THREADS (initial values from kappenstein-color-system.html) --- */
  /* T1 · Perception & Pattern — HSB(28, 56, 77) */
  --color-thread-perception: #c48a56;
  /* T2 · Language & System  — HSB(210, 42, 61) */
  --color-thread-language:   #5a7b9c;
  /* T3 · Access & Justice   — HSB(150, 25, 55) */
  --color-thread-access:     #698c7b;

  /* --- STATUS (for grant status, etc.) --- */
  --color-status-funded:     #698c7b;      /* Funded / active — matches T3 */
  --color-status-pending:    #c48a56;      /* In progress — matches T1 */
  --color-status-closed:     #888780;      /* Not funded / ended */

  /* --- READING LIST SIDEBAR --- */
  --color-sidebar-bg:        #edeae4;      /* Sidebar background — warm */
  --color-sidebar-border:    #d0ccc4;      /* Sidebar left border */
  --color-bookmark:          #aaa9a6;      /* Bookmark icon (inactive) */
  --color-bookmark-active:   #bd3b17;      /* Bookmark icon (saved) */

  /* --- TYPOGRAPHY --- */
  --font-heading:           'Georgia', 'Times New Roman', serif;
  --font-body:              -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono:              'SF Mono', 'Consolas', 'Liberation Mono', monospace;
  --font-size-base:         16px;
  --font-size-h1:           2rem;
  --font-size-h2:           1.5rem;
  --font-size-h3:           1.15rem;
  --font-size-small:        0.85rem;
  --font-size-tag:          0.75rem;
  --line-height:            1.65;
  --letter-spacing-heading: -0.01em;

  /* --- SPACING --- */
  --content-max-width:      920px;
  --sidebar-width:          300px;
  --sidebar-nav-width:      270px;
  --section-gap:            3.5rem;
  --subsection-gap:         2rem;
  --entry-gap:              1rem;
  --card-padding:           1.25rem;
  --card-radius:            3px;
  --nav-height:             60px;

  /* --- PRINT (8.5 × 11) --- */
  --print-font-size:        10.5pt;
  --print-line-height:      1.45;
  --print-margin-top:       0.75in;
  --print-margin-bottom:    0.75in;
  --print-margin-left:      1in;
  --print-margin-right:     1in;
}
