html{font-size:18px}body{font-size:1rem}pre,code{font-size:.9rem}p{line-height:1.7}a{display:inline-block}h2{font-size:1.3rem}h1{font-size:1.7rem}blockquote p{color:var(--blockquote-text-color)}h1,h2,h3,h4,h5,h6,p,li,a{font-family:monospace;color:var(--text-color)}html{padding:2rem}body{background-color:var(--background-color);width:100%;max-width:900px;margin:0 auto}ul{padding-left:1rem}ul>li:not(:last-of-type){margin-bottom:.5rem}a{color:var(--link-color);text-decoration:none}a:hover{background-color:var(--link-color);color:var(--link-hovered-color)}.content-container{margin:4rem 0}.horizontal-info-bar,.horizontal-info-bar-delimited{display:flex;flex-direction:row;flex-wrap:wrap;list-style:none;padding-left:0;gap:12px}.horizontal-info-bar>li:not(:last-of-type),.horizontal-info-bar-delimited>li:not(:last-of-type){margin-bottom:0}.horizontal-info-bar-delimited{gap:0}.horizontal-info-bar-delimited>li:not(:last-child)::after{content:"::";font-weight:bold;margin:0 12px}.post:not(:last-of-type){margin-bottom:3rem}.post-header>.title{margin-bottom:0}.framed-block,pre,.markdown-alert-note{padding:1rem;margin-bottom:2rem;margin-left:0;margin-right:0;background-color:var(--framed-block-background-color)}.markdown-alert-note{box-shadow:16px 16px 0px 1px var(--markdown-alert-note-color)}.markdown-alert-note>p{margin:0}pre,code{white-space:pre;word-wrap:normal;word-break:normal}pre,code,.giallo-ln{font-family:"Iosvmata"}code:has(.giallo-l){display:grid}pre:has(.giallo-ln){padding-left:0}pre{overflow-x:auto;box-shadow:16px 16px 0px 1px var(--code-shadow-color)}.giallo-l{display:inline-block;min-height:1.4lh}.giallo-ln{left:0;flex-shrink:0;position:sticky;background-color:var(--framed-block-background-color);display:inline-block;user-select:none;padding:.5ch 1rem;min-width:3ch;text-align:right}@font-face{font-family:"Iosvmata";src:url("/fonts/Iosvmata-Regular.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:"Iosvmata";src:url("/fonts/Iosvmata-Italic.ttf") format("truetype");font-weight:normal;font-style:italic}@font-face{font-family:"Iosvmata";src:url("/fonts/Iosvmata-Bold.ttf") format("truetype");font-weight:bold;font-style:normal}@font-face{font-family:"Iosvmata";src:url("/fonts/Iosvmata-BoldItalic.ttf") format("truetype");font-weight:bold;font-style:italic}@media (max-width: 768px){html{font-size:14px}}:root{color-scheme:light dark;--accent-color: light-dark(blue, #EBA0AC);--background-color: light-dark(white, rgb(24, 25, 38));--text-color: light-dark(black, gainsboro);--link-color: var(--accent-color);--link-hovered-color: var(--background-color);--framed-block-background-color: light-dark(#303446, #1E1E2E);--markdown-alert-note-color: light-dark(#8CAAEE, #89B4FA);--code-shadow-color: light-dark(#CA9EE6, #CBA6F7);--blockquote-text-color: light-dark(#C6D0F5, #CDD6F4)}