/*
 * shiki.css — GENERATED by bin/gen-shiki-css.mjs. Do not edit by hand.
 *
 * Class-based color sheet for code blocks (theme: light-plus). Pairs with
 * the styleToClass Shiki transformer so syntax highlighting works under
 * the strict docs CSP (no inline styles). Re-run the generator to refresh.
 */
pre.astro-code,
pre.shiki {
  background: #f6f8fa;
  color: #000000;
}
.sk-000000{color:#000000}
.sk-000000ff{color:#000000ff}
.sk-000080{color:#000080}
.sk-0000ff{color:#0000ff}
.sk-001080{color:#001080}
.sk-0070c1{color:#0070c1}
.sk-008000{color:#008000}
.sk-0451a5{color:#0451a5}
.sk-098658{color:#098658}
.sk-267f99{color:#267f99}
.sk-795e26{color:#795e26}
.sk-800000{color:#800000}
.sk-811f3f{color:#811f3f}
.sk-a31515{color:#a31515}
.sk-af00db{color:#af00db}
.sk-cd3131{color:#cd3131}
.sk-d16969{color:#d16969}
.sk-e50000{color:#e50000}
.sk-ee0000{color:#ee0000}
