/* ── ZOOM SETUP DOC ──
 * Layered on top of /mcp.css and /docs/shared.css.
 * Every structural class the guide uses — .docs-grid, .docs-tile, .docs-callout,
 * .docs-faq, .docs-figure, .docs-appline — comes from docs/shared.css. All that's
 * left here is the brand accent.
 */

/* Zoom blue on the callouts. */
.docs-callout {
  --callout-bg: rgba(11, 92, 255, 0.07);
  --callout-border: rgba(11, 92, 255, 0.24);
  --callout-accent: #0B5CFF;
  --callout-icon: #6E9BFF;
}
