/* SBI Design Tokens */
:root {
  --primary: #334155;
  --primary-light: #e0e2e5;
  --dark: #0f1319;
  --accent: #302d50;
  --font-heading: 'Playfair Display', sans-serif;
  --font-body: 'Inter', sans-serif;
  --dim: #374151;
  --c: #334155;
  --cd: #0f1319;
  --cl: #e0e2e5;
  --c-rgb: 51,65,85;
  --ink: #0f172a;
  --bg: #f8fafc;
}

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