/*
 * Shared design tokens for rackdlife.com.
 *
 * Linked from every page (index, privacy, terms, 404) so the brand
 * palette lives in one place instead of being redeclared per-page. Mirror
 * of `lib/core/theme/brand_tokens.dart` (RackdColors.*) in rackd-ui —
 * keep these in sync when the brand palette evolves.
 */
:root {
  --navy: #0B1220;
  --steel: #1E2A3A;
  --ice: #E8EEF5;
  --signal: #3B82F6;
  --slate: #64748B;
  --success: #10B981;
  --warning: #F59E0B;
}
