/* Single source of truth for IPP design tokens. Every page links this. */
:root {
  --font-display:  'Fraunces', Georgia, serif;
  --font-body:     'Hanken Grotesk', system-ui, sans-serif;
  --font-mono:     'IBM Plex Mono', ui-monospace, monospace;

  --accent:        #5B4CE0;
  --accent-strong: #4B3FD1;
  --accent-tint:   #EDEBFC;

  --navy:       #0D1B3D;
  --navy-mid:   #112249;
  --navy-light: #1a3060;
  --navy-deep:  #080f22;

  --white:      #ffffff;
  --off-white:  #F4F7FB;
  --cream:      #F8F7F4;
  --paper:      #F4F0E7;
  --paper-dim:  #EFEAE0;
  --text:       #1a1f2e;
  --slate:      #64748b;
  --muted:      #64748b;
  --grey-50:    #f8fafc;
  --grey-100:   #f1f5f9;
  --grey-200:   #E2E8F0;
  --grey-300:   #cbd5e1;
  --grey-400:   #94A3B8;
  --grey-500:   #64748B;
  --grey-600:   #475569;
  --grey-700:   #334155;
  --grey-800:   #1e293b;
  --border:     rgba(255,255,255,0.08);
  --border-mid: rgba(255,255,255,0.14);

  --on-dark:      #D3DAE6;
  --on-dark-mute: #A9B4C4;

  --blue:      #0077B6;
  --blue-50:   #e6f4fb;
  --blue-200:  #b3ddf0;
  --blue-400:  #339ccb;
  --blue-500:  #0077B6;
  --blue-600:  #005f91;
  --blue-800:  #003d5e;
  --teal:       #3cb4c8;
  --teal-light: #79CEDE;
  --green:      #1E8E3E;

  --student:    #0077B6;
  --associate:  #7B1FA2;
  --member:     #D7263D;
  --member-col: #D7263D;
  --fellow:     #1E8E3E;
  --fellow-col: #1E8E3E;
  --aipp-color: var(--accent);
  --mipp-color: #174678;
  --fipp-color: var(--navy);
  --mid:        #174678;

  --error:   #dc2626;
  --success: #059669;

  --radius:    8px;
  --radius-lg: 16px;
  --bg:        #f8fafc;
}
