/* SBI Design Tokens */
:root {
  --primary: #7c3aed;
  --primary-light: #ebe1fc;
  --dark: #251147;
  --accent: #c826e1;
  --font-heading: 'Playfair Display', sans-serif;
  --font-body: 'Inter', sans-serif;
  --dim: #374151;
  --c: #7c3aed;
  --cd: #251147;
  --cl: #ebe1fc;
  --c-rgb: 124,58,237;
  --ink: #0f172a;
  --bg: #f8fafc;
}

@media print {
  nav, footer, .no-print { display: none !important; }
  body { font-size: 12pt; color: #000; }
  a { text-decoration: underline; }
}
