:root{--maxw:62ch;--lh:1.8;--fade-in-duration:780ms;--fade-out-duration:220ms;--bg:#f4efe7;--ink:#2a1f17;--accent:#a01414;--muted:#7a6b60;--selection:rgba(160,20,20,0.14);--bg-accent:rgba(16,7,2,0.25)}html[data-theme=dark]{--bg:#100702;--ink:#efe8de;--muted:#b0a399;--selection:rgba(239,232,222,0.14);--accent:#ff6464;--bg-accent:rgba(255,255,255,0.25)}html[data-theme=light]{color-scheme:light}html[data-theme=dark]{color-scheme:dark}body,html{background:var(--bg);color:var(--ink);margin:0;padding:0;font-family:var(--font-alegreya),serif;line-height:var(--lh);font-size:18px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-kerning:normal;font-variant-ligatures:common-ligatures contextual discretionary-ligatures historical-ligatures;font-variant-numeric:oldstyle-nums;font-feature-settings:"liga" 1,"clig" 1,"dlig" 1,"hlig" 1,"calt" 1,"onum" 1,"kern" 1,"kern",common-ligatures contextual discretionary-ligatures historical-ligatures,"onum";font-synthesis:none;scrollbar-gutter:stable both-edges;scroll-behavior:smooth;transition:background-color .24s ease,color .24s ease}html[data-ligatures=off] body{font-variant-ligatures:none;font-feature-settings:"liga" 0,"clig" 0,"dlig" 0,"hlig" 0,"calt" 0,"onum" 1,"kern" 1,none}@media (prefers-reduced-motion:no-preference){@keyframes fade-in{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:none}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.fade-scope,.fade-scope *{animation-name:fade-in;animation-duration:var(--fade-in-duration);animation-timing-function:ease-out;animation-fill-mode:both}.is-exiting .fade-scope,.is-exiting .fade-scope *{animation-name:fade-out!important;animation-duration:var(--fade-out-duration)!important;animation-timing-function:ease-in!important;animation-fill-mode:both!important}.query-change .no-query-fade,.query-change .no-query-fade *{animation:none!important}}main{flex:1 1;display:flex;flex-direction:column}[role=button],a,button,input,select,textarea{-webkit-tap-highlight-color:var(--selection)}a{color:var(--accent);text-underline-offset:2px;text-decoration-thickness:from-font}a:hover{text-decoration:underline}::selection{background:var(--selection);color:inherit}::-moz-selection{background:var(--selection);color:inherit}footer{margin-top:3rem;color:var(--muted)}