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

:root {
  /* === Brand palette === */
  --orion-blue:           #F36F21;
  --orion-blue-deep:      #C9531A;
  --orion-blue-soft:      #FDE7D5;
  --orion-blue-bright:    #FF8849;
  --orion-navy:           #1D1D1D;
  --orion-navy-deep:      #0D0D0D;

  /* === Surface === */
  --surface:      #FBF7F2;
  --surface-warm: #FDFAF6;
  --surface-alt:  #F3EDE3;
  --paper:        #FFFFFF;

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

  /* === Lines === */
  --border:         #E8DDD0;
  --border-light:   #F1EBE0;
  --border-strong:  #CCBFAE;

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

  /* === Chart palette — derived from brand === */
  --chart-1: #F36F21;
  --chart-2: #FF8849;
  --chart-3: #F69A63;
  --chart-4: #F9B790;
  --chart-5: #FBD3BC;
  --chart-6: #1D1D1D;
  --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(243, 111, 33, 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;
}
