code{--hex-neutral: #000;--hex-red: #da3425;--hex-cerise-red: #e31c65;--hex-cinnabar: #e2201d;--hex-pomegranate: #f3420c;--hex-pizazz: #ff8c00;--hex-selective-yellow: #ffb300;--hex-bright-yellow: #fdcf02;--hex-key-lime-pie: #c1cc33;--hex-sushi: #81ba45;--hex-apple: #4bb450;--hex-elf-green: #00ffe6;--hex-pelorous: #00e1ff;--hex-curious-blue: #03a9fc;--hex-cornflower-blue: #1a86e5;--hex-cobalt: #4051bf;--hex-daisy-bush: #693bc4;--hex-violet-eggplant: #ae2dd2;--lightness-code: var(--lightness-main-bold);--code-comment: light-dark( oklch(from #000 .4 c h), oklch(from #000 .7 c h) );--code-punctuation: oklch( from var(--hex-neutral) var(--lightness-code) c h );--code-deleted: oklch(from var(--hex-red) var(--lightness-code) c h);--code-inserted: oklch( from var(--hex-key-lime-pie) var(--lightness-code) c h );--code-operator: oklch(from var(--hex-cobalt) var(--lightness-code) c h);--code-keyword: oklch(from var(--hex-pelorous) var(--lightness-code) c h);--code-function: oklch(from var(--hex-cinnabar) var(--lightness-code) c h);--code-variable: oklch(from var(--hex-pizazz) var(--lightness-code) c h)}code .comment,code .prolog,code .doctype,code .cdata{color:var(--code-comment, var(--color-text))}code .punctuation{color:var(--code-punctuation, var(--color-text))}code .namespace{opacity:.7}code .property,code .tag,code .boolean,code .number,code .constant,code .symbol,code .deleted{color:var(--code-deleted, var(--color-del, var(--color-text)))}code .selector,code .attr-name,code .string,code .char,code .builtin,code .inserted{color:var(--code-inserted, var(--color-ins, var(--color-text)))}code .operator,code .entity,code .url,code .style .string{color:var(--code-operator, var(--color-text));background:hsla(0,0,100%,.5)}code .atrule,code .attr-value,code .keyword{color:var(--code-keyword, var(--color-text))}code .function{color:var(--code-function, var(--color-text))}code .regex,code .important,code .variable{color:var(--code-variable, var(--color-text))}code .important,code .bold{font-weight:700}code .italic{font-style:italic}code .entity{cursor:help}
