/* SBI Design Tokens */
:root {
  --primary: #008659;
  --primary-light: #d9efe8;
  --dark: #012d1f;
  --accent: #00748e;
  --font-heading: 'Playfair Display', sans-serif;
  --font-body: 'Inter', sans-serif;
  --dim: #374151;
  --c: #008659;
  --cd: #012d1f;
  --cl: #d9efe8;
  --c-rgb: 0,134,89;
  --ink: #0f172a;
  --bg: #f8fafc;
}

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