:root {
  /* Official dbfam core palette */
  --db-primary-blue: #315D8A;
  --db-night-blue: #1F2A37;
  --db-off-white: #F5F7FA;
  --db-dark-grey: #4C4C4C;

  /* Owner-approved, restrained architecture accents. Never used as dominant brand colours. */
  --db-cluster-hub: #315D8A;
  --db-cluster-travel: #76593F;
  --db-cluster-ai: #855047;
  --db-cluster-family: #685F7F;
  --db-cluster-apps: #4B697A;
  --db-cluster-products: #735A34;
  --db-cluster-services: #59616B;

  --db-motion-fast: 180ms;
  --db-motion-standard: 220ms;
  --db-motion-slow: 280ms;
}
