:root {
  /* Brand */
  --sig-accent:        #1D9E75;   /* follow-up series, primary */
  --sig-accent-weak:   #E6F4EE;
  --sig-baseline:      #888780;   /* baseline series, neutral */

  /* Surfaces */
  --sig-bg:            #FFFFFF;
  --sig-bg-subtle:     #F7F7F5;
  --sig-bg-inset:      #EFEFEC;
  --sig-border:        #E3E3DF;
  --sig-border-strong: #C9C9C3;

  /* Text */
  --sig-text:          #2A2A28;
  --sig-text-muted:    #6B6B66;
  --sig-text-faint:    #9A9A94;

  /* Status */
  --sig-ok:            #1D9E75;
  --sig-warn:          #C77A0A;   /* low scores */
  --sig-info:          #2D7FF0;   /* divided / neutral signal */
  --sig-warn-bg:       #FBF0DF;
  --sig-info-bg:       #E7F0FE;

  /* Type */
  --sig-font:          system-ui, -apple-system, "Segoe UI", sans-serif;
  --sig-font-mono:     ui-monospace, "Cascadia Code", monospace;

  /* Scale & shape */
  --sig-radius-sm: 6px;  --sig-radius-md: 10px; --sig-radius-lg: 14px;
  --sig-space-1: 4px; --sig-space-2: 8px; --sig-space-3: 12px;
  --sig-space-4: 16px; --sig-space-6: 24px;
}
