a{color:var(--color-accent);font-weight:700;text-decoration:underline}a:focus{outline:.25rem dashed var(--color-accent)}a:hover{text-decoration-color:var(--color-text);text-decoration-thickness:.25rem}audio{width:100%}body{background-color:var(--color-background);color:var(--color-text);font-family:var(--font-body);font-size:var(--scale-step-0);line-height:1.5}blockquote p{color:var(--color-accent);font-size:var(--scale-step-1);font-style:italic;line-height:1.25}figcaption{font-size:var(--scale-step--1);display:block;margin-top:.5em}h1,h2,h3,h4{color:var(--color-heading);font-family:var(--font-headings);font-weight:700;line-height:1}h1{--flow-space: var(--scale-step-3);font-size:var(--scale-step-3)}h2{--flow-space: var(--scale-step-2);font-size:var(--scale-step-2)}h3{--flow-space: var(--scale-step-1);font-size:var(--scale-step-1)}footer,header{background-color:var(--color-accent)}footer a,header a{color:var(--color-background);font-family:var(--font-headings);text-decoration:none}footer a:focus,header a:focus{outline:.25rem dashed var(--color-background)}footer a:hover,header a:hover{text-decoration-color:var(--color-text);text-decoration:underline;text-decoration-thickness:.25rem}footer small{color:var(--color-background);font-family:var(--font-headings);text-align:end}footer .flow>*{--flow-space: var(--scale-space-3xs)}small{font-size:var(--scale-step--1)}strong{color:var(--color-accent);font-weight:700}#back-to-top{position:fixed;opacity:.75;bottom:3rem;right:3rem}#back-to-top>svg{height:3rem;width:3rem;fill:currentColor}@media screen and (min-width:1024px){#back-to-top{bottom:4rem;right:4rem}#back-to-top>svg{height:4rem;width:4rem}}.callout{background:var(--color-background-code);border-radius:.5rem}.callout__content{padding:var(--scale-space-xs)}.card-grid{--gutters-space: var(--scale-space-s);display:grid;grid-template-columns:repeat(auto-fit,minmax(321px,1fr));grid-template-rows:1fr;grid-column-gap:var(--gutters-space);grid-row-gap:var(--gutters-space)}.card{--box-space: var(--scale-space-3xs);background:var(--color-background);border:.15rem solid var(--color-text);display:flex;flex-direction:column;min-height:100%}.card-tags-wrapper{display:flex;flex-direction:column;flex:auto;justify-content:flex-end}.contact-form{font-size:inherit}.contact-form button,.contact-form input,.contact-form textarea{width:100%}.contact-form button{background:var(--color-accent);color:var(--color-background);padding:var(--scale-space-xs)}.contact-form button:focus{outline:.25rem dashed var(--color-text)}.contact-form button:hover{text-transform:uppercase}.contact-form button,.contact-form label{font-family:var(--font-headings)}.contact-form [type=email],.contact-form [type=text],.contact-form textarea{border:.15rem solid var(--color-text);font-size:inherit;outline:none;padding:var(--scale-space-xs)}.contact-form [type=email]:focus,.contact-form [type=text]:focus,.contact-form textarea:focus{border-color:var(--color-text);outline:.25rem dashed var(--color-accent)}.contact-form [type=submit]{text-transform:capitalize}.gotcha{display:none!important}.heading-anchor{text-decoration-line:none}.heading-anchor:hover{text-decoration-color:var(--color-text);text-decoration-line:underline}.pill{--background-color: var(--color-background);--border-color: var(--color-accent);border:.125rem solid var(--border-color);border-radius:.5rem;background:var(--background-color);color:var(--color-text);font-family:var(--font-headings);line-height:1;padding:.25em;text-decoration:none}.pill:focus,.pill:hover{background:var(--border-color);color:var(--background-color)}.pill:focus{border-color:var(--color-text);outline:none}.post-list{--flow-space: var(--scale-space-l)}.post-list h2 a{color:var(--color-headings);text-decoration:none}.post-list h2:focus-within{outline:.25rem dashed var(--color-accent)}.post-list h2 a:focus{outline:none}.post-list h2 a:hover{text-decoration:underline}.post-list li{--flow-space: var(--scale-space-m);position:relative}.post-list li>*{--flow-space: var(--scale-space-3xs)}.prose code{background:var(--color-background-code);font-family:var(--font-code)}.prose hr{border:none;border-top:1px solid currentColor}.prose li+li{margin-top:.5em}.prose ol>li{list-style:decimal;margin-left:1.5em;padding-left:1em}.prose pre{max-width:100%;overflow:auto;padding:var(--scale-space-s);width:100%}.prose pre code{background:0 0;display:block;font-size:var(--scale-step--1)}.prose ul:not(.cluster)>li{list-style:disc;margin-left:1.25em;padding-left:1em}.prose .cluster li+li{margin-top:var(--cluster-spacing)}#toc summary{cursor:pointer;font-weight:700}#toc ol>li{list-style:none;padding-left:0}#wrapper-for-sticky-footer{display:flex;flex-direction:column;min-height:100vh}#wrapper-for-sticky-footer>main{flex:auto}*{scrollbar-color:var(--color-accent) var(--color-text);scrollbar-width:auto}::-webkit-scrollbar{width:1rem}::-webkit-scrollbar-track{background:var(--color-text)}::-webkit-scrollbar-thumb{background-color:var(--color-accent);border:.2rem solid var(--color-text);border-radius:.5rem}