/* SBI Design Tokens */
:root {
  --primary: #2b72e6;
  --primary-light: #e1ecfd;
  --dark: #112749;
  --accent: #3d26e9;
  --font-heading: 'Playfair Display', sans-serif;
  --font-body: 'Inter', sans-serif;
  --dim: #374151;
  --c: #2b72e6;
  --cd: #112749;
  --cl: #e1ecfd;
  --c-rgb: 43,114,230;
  --ink: #0f172a;
  --bg: #f8fafc;
}

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