:root{--ff-text:system-ui;--fw-text:400;--ff-heading:system-ui;--fw-heading:500;--ff-quote:system-ui;--fw-quote:400;--ff-header:system-ui;--step--2:clamp(0.6076rem, 0.5944rem + 0.0588vw, 0.64rem);--step--1:clamp(0.7292rem, 0.7002rem + 0.1288vw, 0.8rem);--step-0:clamp(0.875rem, 0.8239rem + 0.2273vw, 1rem);--step-1:clamp(1.05rem, 0.9682rem + 0.3636vw, 1.25rem);--step-2:clamp(1.26rem, 1.1363rem + 0.55vw, 1.5625rem);--step-3:clamp(1.512rem, 1.3315rem + 0.802vw, 1.9531rem);--step-4:clamp(1.8144rem, 1.5579rem + 1.14vw, 2.4414rem);--step-5:clamp(2.1773rem, 1.8195rem + 1.59vw, 3.0518rem);--clr-background:#feefe5;--clr-background:#ffffff;--clr-background-lighter:#f7f4f5;--clr-text:#2e3532;--clr-text:#14080e;--clr-text-lighter:hsl(154, 7%, 32%);--clr-heading:#000000;--clr-accent:#bc4b51;--flowspace:1.25em;--section-spacing:var(--step-3)}*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0;font:inherit}html{hanging-punctuation:first last;color-scheme:light dark}body{min-height:100svh}img,picture,svg,video{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{text-wrap:balance}p{max-width:var(--max-width-paragraph);text-wrap:pretty}@media(prefers-reduced-motion:no-preference){:has(:target){scroll-behavior:smooth;scroll-padding-top:3rem}}img{max-width:100%;height:auto;vertical-align:middle;font-style:italic;background-repeat:no-repeat;background-size:cover;shape-margin:1rem}body{font-family:var(--ff-text);font-size:var(--step-0);line-height:1.6;color:var(--clr-text);text-rendering:optimizeLegibility;text-wrap:pretty;background-color:var(--clr-background)}.wrapper{max-width:min(100% - 2rem,70ch);margin-inline:auto}.page__header{padding-top:1rem;padding-bottom:1rem}.section{margin-top:var(--section-spacing)}h1,h2,h3,h4,h5,h6{font-family:var(--ff-heading);font-weight:var(--fw-heading);color:var(--clr-heading);line-height:1.1}h1{font-size:var(--step-3)}h2{font-size:var(--step-2)}h3{font-size:var(--step-1)}.flow>*+*{margin-top:var(--flowspace,1em)}blockquote{padding:1em clamp(1em,5vw,2em)}blockquote p{font-family:var(--ff-quote);font-weight:var(--fw-quote);text-wrap:balance;font-style:italic}blockquote footer{font-size:var(--step--1);margin-top:.5em}blockquote footer::before{content:'- '}.brand{font-size:var(--step-3);font-family:var(--ff-header);font-weight:700;text-align:center;color:var(--clr-heading)}.slogan{font-size:var(--step-0);font-style:italic;font-family:var(--ff-header);text-align:center;color:var(--clr-heading);margin-top:1rem}a{color:var(--clr-heading)}a:hover{color:var(--clr-text)}.main-nav ul{padding-left:0!important;list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem;justify-content:center}.main-nav{padding:1rem 0}.nav-link[aria-current]{font-weight:500}.nav-spacer:last-child{display:none}.title{margin-bottom:calc(var(--section-spacing)/4);font-size:var(--step-2)}.index{list-style:none;line-height:2}.index-item{font-size:var(--step-0);line-height:1.2}.index-item+.index-item{margin-top:1em}.index-pubdate{font-size:var(--step--1)}a.active,a.ancestor{font-weight:500}.recommendations{padding-left:1em}.recommendations li+li{margin-top:.5em}.recommendations p+p{font-size:var(--step--1);color:var(--clr-text-lighter)}em{font-style:italic}strong{font-weight:700}.post__header{margin-bottom:var(--section-spacing)}.post__footer{--flowspace:0.5em;margin-top:var(--section-spacing);font-size:var(--step--1);padding-top:1em;border-top:1px solid var(--clr-text-lighter);color:var(--clr-text-lighter)}.post__subtitle{margin-top:.75rem;font-size:var(--step-1);font-family:var(--ff-heading);font-weight:var(--fw-text);color:var(--clr-heading);line-height:1.1;text-wrap:balance}.post__pubdate{margin-top:.5rem;line-height:1.1;color:var(--clr-text)}.post__meta{margin-top:.5rem;color:var(--clr-text)}.view{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}.view>footer{margin-bottom:2rem}ul:not([class]){padding-left:1em}.flow>hr{border:none;text-align:center;font-size:var(--step-1);color:var(--clr-text-lighter);margin-top:2em;margin-bottom:2em}.flow>hr::before{content:'* * *'}cite{font-style:italic}sup{font-size:var(--step--1)}sup[id^=fnref]{vertical-align:baseline;font-size:var(--step-0)}sup[id^=fnref]::before{content:'['}sup[id^=fnref]::after{content:']'}.footnote-ref{color:var(--clr-text)}.footnotes{font-size:var(--step--1)}.footnotes hr{border-color:#ccc;border-width:1px}.footnotes ol{padding-left:2ch}.book__overview{padding:var(--step-0);background-color:var(--clr-background-lighter);border-radius:5px;display:grid;grid-auto-flow:row;grid-template-rows:auto auto auto;gap:var(--step-0)}.book__overview figcaption{font-size:var(--step--1)}.book__description{line-height:1.2}@media screen and (min-width:25rem){.book__overview{grid-template-rows:auto 1fr;grid-template-columns:minmax(200px,25%)1fr;grid-template-areas:"cover header" "cover description"}.book__header{grid-area:header}.book__cover{grid-area:cover}.book__description{grid-area:description}}