/* SBI Design Tokens */
:root {
  --primary: #2c2c54;
  --primary-light: #f0efff;
  --dark: #0f0f1e;
  --accent: #f0a500;
  --font-heading: 'Playfair Display', sans-serif;
  --font-body: 'Inter', sans-serif;
  --dim: #374151;
  --c: #2c2c54;
  --cd: #0f0f1e;
  --cl: #f0efff;
  --c-rgb: 44,44,84;
  --ink: #0f172a;
  --bg: #f8fafc;
}

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