/* Centi brand tokens */
:root {
  /* Brand */
  --centi-brand-50: #EEF9FF;
  --centi-brand-100: #E0F2FE;
  --centi-brand-200: #BAE6FD;
  --centi-brand-300: #7DD3FC;
  --centi-brand-400: #38BDF8;
  --centi-brand-500: #0EA5E9;
  --centi-brand-600: #0284C7;
  --centi-brand-700: #0369A1;
  --centi-brand-800: #075985;
  --centi-brand-900: #0C4A6E;

  /* Neutrals (slate) */
  --centi-bg:        #020617;
  --centi-surface:   #0F172A;
  --centi-surface-2: #1E293B;
  --centi-border:    #334155;
  --centi-text:      #F1F5F9;
  --centi-text-mute: #94A3B8;
  --centi-text-dim:  #64748B;

  /* Semantic */
  --centi-success: #10B981;
  --centi-warning: #F59E0B;
  --centi-danger:  #EF4444;
  --centi-info:    #38BDF8;
}
