/* SBI Design Tokens */
:root {
  --primary: #2563eb;
  --primary-light: #dee7fc;
  --dark: #0b1d46;
  --accent: #3610df;
  --font-heading: 'Playfair Display', sans-serif;
  --font-body: 'Inter', sans-serif;
  --dim: #374151;
  --c: #2563eb;
  --cd: #0b1d46;
  --cl: #dee7fc;
  --c-rgb: 37,99,235;
  --ink: #0f172a;
  --bg: #f8fafc;
}

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