/* Shared palette — keep in sync with lib/presentation/theme/app_palette.dart */
:root {
  --color-gradient-dark-start: #0a1328;
  --color-on-surface-light: #0f172a;
  --color-scaffold-light: #f8fafc;
  --color-on-surface-dark: #f8fafc;
  --color-muted-light: #64748b;
  --color-muted-dark: #cbd5e1;
  --color-link-light: #0284c7;
  --color-link-dark: #7dd3fc;
  --font-size-body-large: 14px;
}
