/* User Provided Stylesheet */

/* Fenced code blocks + {code} directive output */
pre.myst-code,
.myst-code pre,
pre.myst-code code,
.myst-code code {
  font-size: 0.9em;   /* tweak: 0.85em–1em */
  line-height: 1.4;
}

/* Inline code like `foo` (optional) */
:not(pre) > code {
  font-size: 0.95em;
}
