/* ============================================================
   Blueleaf theme — drop-in brand tokens
   Generated by brand-build/build.py from firms/blueleaf.json
   To re-skin: edit the JSON config + re-run build.
   ============================================================ */

:root {
  /* === Brand palette === */
  --orion-blue:           #1E88E5;
  --orion-blue-deep:      #1565C0;
  --orion-blue-soft:      #E1F0FB;
  --orion-blue-bright:    #42A5F5;
  --orion-navy:           #0E5395;
  --orion-navy-deep:      #073A6A;

  /* === Surface === */
  --surface:      #F6FAFD;
  --surface-warm: #FBFDFE;
  --surface-alt:  #E9F1F8;
  --paper:        #FFFFFF;

  /* === Text === */
  --text-primary:   #1F2937;
  --text-secondary: #475569;
  --text-tertiary:  #94A3B8;
  --text-inverse:   #FFFFFF;
  --text-on-dark:   #E1F0FB;

  /* === Lines === */
  --border:         #D8E5F0;
  --border-light:   #E8F0F8;
  --border-strong:  #B8CADE;

  /* === Status === */
  --success:       #16A34A;  --success-soft: #E8F5EE;
  --error:         #DC2626;  --error-soft:   #FBEAEA;
  --warning:       #E35A1F;  --warning-soft: #FDEEE5;

  /* === Chart palette — derived from brand === */
  --chart-1: #1E88E5;
  --chart-2: #42A5F5;
  --chart-3: #61ABEC;
  --chart-4: #8EC3F2;
  --chart-5: #BBDBF7;
  --chart-6: #0E5395;
  --chart-7: #E35A1F;
  --chart-8: #16A34A;

  /* === Spacing === */
  --s-1: 4px; --s-2: 8px; --s-3: 12px; --s-4: 16px; --s-5: 24px; --s-6: 32px; --s-7: 48px; --s-8: 64px; --s-9: 96px; --s-10: 128px;

  /* === Shadow === */
  --shadow-sm:  0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-md:  0 4px 12px rgba(15, 23, 42, 0.06);
  --shadow-lg:  0 12px 32px rgba(15, 23, 42, 0.10);
  --shadow-blue: 0 8px 24px rgba(30, 136, 229, 0.18);

  /* === Radius === */
  --r-1: 6px; --r-2: 10px; --r-3: 16px; --r-pill: 999px;

  /* === Fonts === */
  --font-display: 'Playfair Display', Georgia, 'Times New Roman', serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-mono:    'JetBrains Mono', 'SF Mono', Consolas, monospace;
}
