/* Minimal syntax colouring — no build step required.
   For richer highlighting replace this file with a Prism CSS theme. */

.page-content pre { color: var(--_code-fg, #abb2bf); }

@media (prefers-color-scheme: light) {
  :root:not([data-theme]) { --_code-fg: #383a42; }
}
[data-theme="light"]   { --_code-fg: #383a42; }
[data-theme="dark"],
[data-theme="contrast"] { --_code-fg: #abb2bf; }
[data-theme="sepia"]    { --_code-fg: #3d2b0e; }

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) { --_code-fg: #abb2bf; }
}
