:root{--accent:#e63946;--background:#faf9f8;--lightAccent:#a8dae5;--lighterAccent:#e6e8e4;--dark:#457b9d;--darker:#1d3557;--slate:#2f3948;--white:#fff;--black:#152030;--ink:var(--slate);--paper:var(--background);--accentFont:"Libre Franklin", Georgia, Times, serif;--primaryFont:"Libre Franklin", sans-serif;--codeFont:"Fira Code", monospace;line-height:1.75rem}@media (width>=48rem){body{font-size:1.125rem}}@media (width>=80rem){body{font-size:1.25rem}}:is(h1,h2,h3,h4,h5,h6){line-height:1.1;font-family:var(--accentFont);color:var(--darker);margin:4.5rem 0 1rem;font-weight:700}h1{margin:0 0 3rem;padding-bottom:1rem;font-size:2.8rem;position:relative;overflow:hidden}h1:after{content:"";background:var(--accent);width:100%;height:.1em;margin-left:-100%;position:absolute;bottom:0}@media (width>=48rem){h1{font-size:3rem}}@media (width>=80rem){h1{font-size:3.2rem}}h2{font-size:2rem}@media (width>=48rem){h2{font-size:2.2rem}}h3{font-size:1.8rem}h4{font-size:1.6rem}h5{font-size:1.35rem}h6{font-size:1.1rem}a{color:var(--darker);text-decoration-thickness:1px;-webkit-text-decoration-color:var(--dark);text-decoration-color:var(--dark)}ul{padding-left:1.5rem;list-style-type:square}ul ul{list-style-type:circle}ul ::marker{color:var(--accent)}*,:before,:after{box-sizing:border-box;font-family:inherit}main{width:100%;max-width:50rem;margin:6rem auto;padding:0 1rem}@supports not selector(:has(.page-resume)){main:before{content:"Firefox doesn't support the :has selector by default currently so this might look broken.";color:red}}main:has(.page-resume){max-width:65rem}.layout{grid-template-rows:auto 1fr auto;grid-template-columns:100%;min-height:100vh;display:grid}img{height:auto}img.cover-image{width:100%;max-width:100%;height:auto}img.inline{width:auto;display:inline-block}img.emoji{width:1em;height:1em}.post h1{margin-bottom:1rem}.post .meta{margin-bottom:4rem;font-size:.8rem}.post img+h1{margin-top:1rem}li{margin-bottom:.25rem}.posts-list{padding:0;list-style-type:none}.posts-list li{margin-bottom:6rem}.posts-list img+h2{margin-top:1rem}.posts-list a{display:block}.post-footer ul{padding:0}.post-footer li{font-size:.8rem;display:inline-block}.post-footer li a{background-color:var(--lightAccent);text-transform:uppercase;font-family:var(--primaryFont);padding:.5rem .75rem;font-weight:700}.post-footer li+li{margin-left:.5rem}:where(h2,h3,h4,h5,h6) .icon-link{position:relative}:where(h2,h3,h4,h5,h6) .icon-link:before{content:url(../../../link.svg);fill:currentColor;opacity:.1;width:1rem;height:1rem;transition:opacity .2s;position:absolute;top:0;left:-1rem}@media (width>=48rem){:where(h2,h3,h4,h5,h6) .icon-link:before{left:-1.5rem}}:where(h2,h3,h4,h5,h6) .icon-link:hover:before{opacity:1}.callout{background:var(--lightAccent);width:calc(100% + 2rem);max-width:unset;border-radius:.125rem;margin:2rem 0 2rem -1rem;padding:2rem 1rem;font-style:italic}@media (width>=48rem){.callout{width:calc(100% + 4rem);margin:2rem 0 2rem -2rem;padding:2rem}}.pagination{margin:0 0 1rem}.pagination ul{flex-wrap:wrap;justify-content:start;gap:.5rem;margin:0;padding:0;list-style-type:none;display:flex}.pagination ul li{margin:0}.pagination ul a{background:var(--lightAccent);width:2em;height:2em;line-height:1;font-family:var(--primaryFont);justify-content:center;align-items:center;font-weight:700;text-decoration:none;transition:background .1s;display:flex}.pagination ul a:hover{background:var(--accent);color:var(--background)}.pagination ul a[aria-current=true]{background:var(--accent);color:var(--background);border:1px solid}header,footer{font-family:var(--primaryFont);padding:2.5rem 2rem}header a,footer a{text-decoration:none}header a.active,footer a.active{font-weight:700}header nav ul,footer nav ul{flex-wrap:wrap;justify-content:center;gap:0 1.5rem;margin:0;padding:0;list-style-type:none;display:flex}header nav ul a:hover,footer nav ul a:hover{text-decoration:underline}header svg,footer svg{fill:currentColor}header{background:var(--lightAccent);color:var(--darker);justify-content:space-between;align-items:center;display:flex}@media (width>=48rem){header{flex-wrap:wrap;justify-content:center;height:auto}}header .site-title{font-family:var(--accentFont);color:inherit;text-align:center;margin:0;font-size:1.4rem;font-weight:700;line-height:1;display:block}@media (width>=48rem){header .site-title{width:100%;font-size:1.6rem}}header .menu-button{color:inherit;border:0;width:2rem;margin:0;padding:0;background:0 0!important}@media (width>=48rem){header .menu-button{display:none}}header .main-nav{z-index:2;visibility:hidden;pointer-events:none;opacity:0;background:var(--darker);width:100%;height:100vh;color:var(--paper);justify-content:center;align-items:center;transition:all .25s cubic-bezier(.785,.135,.15,.86);display:flex;position:fixed;top:0;left:0;transform:translate(-100vw)}header .main-nav.open{opacity:1;pointer-events:unset;visibility:unset;transform:translate(0)}header .main-nav.open li{opacity:0;animation:.2s cubic-bezier(.215,.61,.355,1) forwards slide_in_left}header .main-nav.open li a{color:inherit}header .main-nav.open li:first-of-type{animation-delay:.2s}header .main-nav.open li:nth-of-type(2){animation-delay:.25s}header .main-nav.open li:nth-of-type(3){animation-delay:.3s}header .main-nav.open li:nth-of-type(4){animation-delay:.35s}header .main-nav.open li:nth-of-type(5){animation-delay:.4s}header .main-nav.open li:nth-of-type(6){animation-delay:.45s}header .main-nav.open li:nth-of-type(7){animation-delay:.5s}header .main-nav.open li:nth-of-type(8){animation-delay:.55s}header .main-nav .menu-button{position:absolute;top:2rem;right:2rem}header .main-nav ul li{text-align:center;width:100%;margin-bottom:calc(.2rem + 2vh);font-size:1.2rem;display:block}@media (width>=48rem){header .main-nav{opacity:1;position:unset;background:unset;pointer-events:unset;width:auto;height:auto;visibility:unset;color:inherit;transform:none}header .main-nav ul{border-top:1px solid var(--dark);width:max-content;margin:1rem auto 0;padding-top:.5rem}header .main-nav ul li{font-size:inherit;display:initial;width:initial;text-align:initial;margin-bottom:0}}footer{background:var(--darker);color:var(--paper);grid-template-columns:100%;align-items:stretch;gap:2rem;display:grid}@media (width>=48rem){footer{grid-template-columns:1fr 1fr 2fr}}footer .menu-button{display:none}footer p{margin:0;font-size:.8rem}footer a{color:inherit}footer nav{display:initial}@media (width>=48rem){footer nav{border-right:1px solid var(--dark)}}footer nav ul{display:initial}footer nav ul li+li{margin-top:.5rem}.skip-to-content-link{opacity:0;background:var(--darker);height:3rem;color:var(--background);justify-content:center;align-items:center;padding:.5em;display:flex;position:absolute;top:-6rem;left:0}.skip-to-content-link:focus{opacity:1;z-index:11;transform:translateY(6rem)}form{margin:2rem 0}button,input[type=submit]{background:var(--darker);color:var(--paper);border:2px solid var(--darker);background:var(--darker);border-radius:.125rem;width:max-content;margin:2rem 0 0;padding:.5rem 1rem;font-size:1rem;font-weight:700;transition:background .2s;display:block}button:hover,button:focus,input[type=submit]:hover,input[type=submit]:focus{background:var(--accent)}label,fieldset{font-weight:700;display:inline-block}fieldset{border:0;padding:0}input{font-size:inherit;border:1px solid var(--darker);width:100%;accent-color:var(--accent);background-color:#0000;border-radius:.125rem;padding:.5rem;display:block}input[type=radio],input[type=checkbox]{display:initial;width:auto}input[type=radio]:not(:checked)+label,input[type=checkbox]:not(:checked)+label{font-weight:400}.form-section,fieldset{margin-top:1.5rem}::placeholder{color:var(--dark)}@keyframes slide_in_left{0%{opacity:0;transform:translate(-2rem)}to{opacity:1;transform:translate(0)}}.sr-only{opacity:0;word-wrap:normal;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);border:none;width:1px;height:1px;position:absolute;left:-100vw;overflow:hidden}.no-bullets{padding-left:0;list-style-type:none}pre,code{font-family:var(--codeFont);-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}pre{color:var(--paper);background:var(--darker);padding:1rem;font-size:.8rem;overflow-y:auto}code{color:var(--darker);background:var(--lighterAccent);white-space:pre;border-radius:4px;padding:.125em .25em;font-size:1rem}pre code{background:0 0;padding:0;font-size:.8rem}code[class*=language-],pre[class*=language-]{color:#c5c8c6;text-shadow:0 1px #0000004d;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;tab-size:4;-webkit-hyphens:none;hyphens:none;direction:ltr;font-family:Inconsolata,Monaco,Consolas,Courier New,Courier,monospace;line-height:1.5}pre[class*=language-]{border-radius:.3em;margin:.5em 0;padding:1em;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#1d1f21}:not(pre)>code[class*=language-]{border-radius:.3em;padding:.1em}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#7c7c7c}.token.punctuation{color:#c5c8c6}.namespace{opacity:.7}.token.property,.token.keyword,.token.tag{color:#96cbfe}.token.class-name{color:#ffffb6;text-decoration:underline}.token.boolean,.token.constant{color:#9c9}.token.symbol,.token.deleted{color:#f92672}.token.number{color:#ff73fd}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#a8ff60}.token.variable{color:#c6c5fe}.token.operator{color:#ededed}.token.entity{color:#ffffb6;cursor:help}.token.url{color:#96cbfe}.language-css .token.string,.style .token.string{color:#87c38a}.token.atrule,.token.attr-value{color:#f9ee98}.token.function{color:#dad085}.token.regex{color:#e9c062}.token.important{color:#fd971f}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}:focus{outline:2px solid var(--accent);outline-offset:2px}main:focus{outline:none}body{min-height:100vh;color:var(--ink);font-family:var(--primaryFont);background:var(--paper);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0}
