/*
 * Lightweight design-system anchor.
 * Dynamic values are appended by WordPress as inline CSS on this real handle.
 */
:root {
  --ib-primary: #315efb;
  --ib-secondary: #17b6a4;
  --ib-contrast: #142033;
  --ib-surface: #f3f6fb;
  --ib-background: #ffffff;
  --ib-muted: #657085;
  --ib-border: #e3e8f1;
  --ib-link: #315efb;
  --ib-content: 780px;
  --ib-wide: 1240px;
  --ib-page-padding: 24px;
  --ib-base-size: 16px;
  --ib-body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ib-heading-font: var(--ib-body-font);
  --ib-heading-weight: 800;
  --ib-radius: 24px;
}
