:root {
  --black: rgba(10, 10, 10, 1);

  /* Trust palette — navy + soft sky blue */
  --amp-primary: #1b3a5c;
  --amp-primary-deep: #152a45;
  --amp-text: #334155;
  --amp-text-muted: #64748b;
  --amp-surface-nav: #e3edf7;
  --amp-surface-panel: #f0f5fa;
  --amp-surface-badge: #b8d4f0;
  --amp-surface-tab: #eef4fa;
  --amp-surface-section: #c5dff0;
  --amp-surface-quote: #d6e8f5;
  --amp-border: #64748b;
  --amp-border-light: #94b8d9;
  --amp-link: #2563eb;
  --amp-link-hover: #1d4ed8;
  --amp-accent-hover: #93c5fd;
  --amp-on-primary: #f8fafc;
}
