/**
 * GH Light theme for Prism.JS
 *
 * @author Nico Devs
 * @license MIT 2025
 */:root{--gh-light-background: #ffffff;--gh-light-highlight: #0969da20;--gh-light-muted: #59636E;--gh-light-black: #1F2328;--gh-light-blue: #0550ae;--gh-light-red: #cf222e;--gh-light-purple: #6639BA;--gh-light-green: #28a745;--gh-light-orange: #ffa500}code[class*=language-],pre[class*=language-]{font-family:monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;font-size:.875rem;line-height:2;tab-size:4;-webkit-hyphens:none;hyphens:none;color:var(--gh-light-black)}pre::-moz-selection,pre ::-moz-selection,code::-moz-selection,code ::-moz-selection,pre::selection,pre ::selection,code::selection,code ::selection{background:var(--gh-light-highlight)}pre[class*=language-]{padding:1em;overflow:auto;background-color:var(--gh-light-background)}:not(pre)>code[class*=language-]{padding:.125rem .375rem;background:var(--gh-light-background)}.token.bold{font-weight:700}.token.italic{font-style:italic}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:var(--gh-light-muted);font-style:italic}.token.attr-name,.token.selector,.token.function,.token.builtin{color:var(--gh-light-purple)}.token.property{color:var(--gh-light-black)}.token.tag,.token.string,.token.attr-value{color:var(--gh-light-blue)}.token.punctuation,.token.variable,.token.class-name{color:var(--gh-light-black)}.token.operator,.token.atrule,.token.keyword{color:var(--gh-light-red)}.token.symbol{color:var(--gh-light-orange)}.token.deleted{color:var(--gh-light-red)}.token.inserted{color:var(--gh-light-green)}.language-md .token.front-matter{color:var(--gh-light-success)}.language-md .token.title{color:var(--gh-light-purple);font-weight:700}.language-md .token.blockquote{color:var(--gh-light-purple)}body{font-family:sans-serif;max-width:56rem;margin:0 auto;padding:1rem}a{color:#007bff;text-decoration:none}code[class*=language-]{background-color:#f3f3f3}pre[class*=language-]{background-color:#f3f3f3;border:1px solid #ccc;border-radius:6px}hr{border:.25rem solid gray;margin:3rem 0rem}@media (min-width: 1024px){body{font-size:24px}pre[class*=language-],code[class*=language-]{font-size:18px}}
