/* ── HUBSPOT 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 — lives in docs/shared.css, since the
 * Zoom guide needs the same set. All that's left here is the brand accent.
 */

/* HubSpot orange on the callouts. */
.docs-callout {
  --callout-bg: rgba(255, 122, 89, 0.06);
  --callout-border: rgba(255, 122, 89, 0.22);
  --callout-accent: #FF7A59;
  --callout-icon: #FF9478;
}
