/* SBI Design Tokens */
:root {
  --primary: #0075b9;
  --primary-light: #daf1fb;
  --dark: #043145;
  --accent: #002cdd;
  --font-heading: 'Playfair Display', sans-serif;
  --font-body: 'Inter', sans-serif;
  --dim: #374151;
  --c: #0075b9;
  --cd: #043145;
  --cl: #daf1fb;
  --c-rgb: 0,117,185;
  --ink: #0f172a;
  --bg: #f8fafc;
}

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