:root {
  --callout-tip: var(--green);
  --callout-info: var(--syntax-blue);
  --callout-caution: var(--yellow);
  --callout-danger: var(--red);
}

