code{--hex-neutral: #00000;--hex-red: #c52f21;--hex-cerise-red: #d81b60;--hex-cinnabar: #e53935;--hex-pomegranate: #f4511e;--hex-pizazz: #fb8c00;--hex-selective-yellow: #ffb300;--hex-bright-yellow: #fdd835;--hex-key-lime-pie: #c0ca33;--hex-sushi: #7cb342;--hex-apple: #43a047;--hex-elf-green: #00897b;--hex-pelorous: #00acc1;--hex-curious-blue: #039be5;--hex-cornflower-blue: #1e88e5;--hex-cobalt: #3949ab;--hex-daisy-bush: #5e35b1;--hex-violet-eggplant: #8e24aa;--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, --color-text)}code .punctuation{color:var(--code-punctuation, --color-text)}code .namespace{opacity:.7}code .property,code .tag,code .boolean,code .number,code .constant,code .symbol,code .deleted{color:var(--code-deleted, --color-del, --color-text)}code .selector,code .attr-name,code .string,code .char,code .builtin,code .inserted{color:var(--code-inserted, --color-ins, --color-text)}code .operator,code .entity,code .url,code .style .string{color:var(--code-operator, --color-text);background:hsla(0,0,100%,.5)}code .atrule,code .attr-value,code .keyword{color:var(--code-keyword, --color-text)}code .function{color:var(--code-function, --color-text)}code .regex,code .important,code .variable{color:var(--code-variable, --color-text)}code .important,code .bold{font-weight:700}code .italic{font-style:italic}code .entity{cursor:help}
