:root{color-scheme:dark;--color-bg:hsl(40, 50%, 10%);--color-bg-2:hsl(40, 50%, 15%);--color-fg:white;--color-link:hsl(220, 100%, 75%);--color-link-visited:hsl(300, 100%, 80%)}@font-face{font-family:intel one mono;src:url(/fonts/IntelOneMono-Regular.woff2)format('woff2'),url(/fonts/IntelOneMono-Regular.woff)format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:intel one mono;src:url(/fonts/IntelOneMono-Bold.woff2)format('woff2'),url(/fonts/IntelOneMono-Bold.woff)format('woff');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:intel one mono;src:url(/fonts/IntelOneMono-Italic.woff2)format('woff2'),url(/fonts/IntelOneMono-Italic.woff)format('woff');font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:intel one mono;src:url(/fonts/IntelOneMono-BoldItalic.woff2)format('woff2'),url(/fonts/IntelOneMono-BoldItalic.woff)format('woff');font-weight:700;font-style:italic;font-display:swap}body{font-family:titillium web,sans-serif;margin:0;padding:0;background-color:var(--color-bg);color:var(--color-fg)}a{color:var(--color-link);&:visited { color:var(--color-link-visited); }}h1,h2,h3,h4,h5,h6{font-family:intel one mono,monospace}p+h1,p+h2,p+h3,p+h4,p+h5,p+h6{margin-top:1.5em}.heading-anchor{font-size:50%;vertical-align:super}code{font-family:intel one mono,monospace;background-color:var(--color-bg)}.layout{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;align-items:start;gap:1rem}.content,.sidebar{background-color:var(--color-bg-2)}.content{padding:0 1rex;text-align:justify;text-wrap:pretty;max-width:50rem;height:100vh;overflow-y:auto}.sidebar{align-self:center;max-width:15rem;max-height:100vh;overflow-y:auto}.sidebar ul{padding:0 0 0 1rem}