/* Design tokens lifted from the Frontal Lobe prototype.
   Change a value here, not in a template. */
:root {
  --ink:        #1E3A35;
  --ink-muted:  #5F817A;
  --ink-faint:  #9DB8B2;
  --primary:    #3D8C7F;
  --accent:     #70C1B3;
  --line:       #CFE7E1;
  --surface:    #FFFFFF;
  --surface-2:  #F7FCFB;
  --canvas:     #EDF7F4;
  --warn:       #C4694D;
  --warn-deep:  #9E4E36;
  --warn-soft:  #FBF1ED;

  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'IBM Plex Mono', ui-monospace, SFMono-Regular, monospace;

  --step--1: 0.75rem;
  --step-0:  0.875rem;
  --step-1:  1rem;
  --step-2:  1.375rem;
  --step-3:  2rem;
  --step-4:  2.75rem;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.875rem;
  --space-4: 1.25rem;
  --space-5: 2rem;
  --space-6: 3rem;

  --radius:   10px;
  --radius-pill: 999px;
  --measure: 1280px;
}
