/**
 * ═══════════════════════════════════════════════════════════════════
 * CALLBACK DESIGN TOKENS — v1.0
 * ═══════════════════════════════════════════════════════════════════
 * Shared between cockpit (loaded via <link>) and email (inlined at
 * build time by the renderer). Edit in ONE place, propagates to both.
 * ═══════════════════════════════════════════════════════════════════ */

:root {
  /* Paper & ink */
  --paper:        #ffffff;
  --paper-tint:   #f7faff;
  --frame:        #bed6e8;
  --ink:          #0a1e3d;
  --ink-soft:     #5b7493;
  --ink-faint:    #8aa1bf;

  /* Hairlines */
  --rule:         #dbe4ee;
  --rule-fine:    #e5edf5;
  --rule-spine:   #c7d5e3;

  /* Semantic flags */
  --teal:         #0891b2;
  --teal-tint:    #e0f7fa;
  --amber:        #c2410c;
  --amber-tint:   #fef3e8;
  --red:          #b91c1c;
  --red-deep:     #991b1b;
  --red-tint:     #fef2f2;
  --blue:         #1d4ed8;
  --blue-tint:    #e9eef5;
  --violet:       #6d28d9;
  --violet-tint:  #f3eaff;

  /* Conversational accents */
  --pool-pale:    #e9f2fc;
  --sky:          #0284c7;
  --rose-tint:    #fce8ec;

  /* Type stacks */
  --font-display: 'Fraunces', 'Georgia', 'Times New Roman', serif;
  --font-body:    'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --font-mono:    'JetBrains Mono', Menlo, Consolas, 'Courier New', monospace;
}
