:root{--accent:#5969e3;--grey:#444}html{scroll-behavior:smooth;font-size:100%}body{flex-direction:column;min-height:100vh;margin:0 24px;font-family:Rubik,sans-serif;line-height:1.65;display:flex}@media only screen and (max-width:468px){.page-header{flex-direction:column}}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:8px;display:flex}.page-header nav a:not(:hover):not(:focus){color:currentColor;text-decoration:none}nav a{margin:0 12px;font-size:1.25em}main{flex-grow:1;width:100%;max-width:80ch;margin:0 auto}.page-footer{text-align:center;margin-bottom:8px}a[href]{color:var(--accent)}a[href]:hover{text-decoration:none}a[href]:focus{outline:2px solid var(--accent);outline-offset:4px}.footnotes{font-size:.8em}p{margin-bottom:1.15rem}h1,h2,h3,h4,h5{margin:2.75rem 0 1.05rem;font-weight:400;line-height:1.15}h1{font-size:3.052em}h2{font-size:2.441em}h3{font-size:1.953em}h4{font-size:1.563em}h5,.larger{font-size:1.25em}small{font-size:.8em}*,:before,:after{box-sizing:border-box}body,h1,h2,h3,h4,p{margin:0}body{min-height:100vh;text-rendering:optimizeSpeed;color:#29344b;background-color:#f5f2f7;padding:1.5rem max(1rem,min(5%,3rem));font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,Ubuntu,roboto,noto,segoe ui,arial,sans-serif;line-height:1.65}.smol-css-grid{--min:20ch;--gap:1rem;grid-gap:var(--gap);grid-template-columns:repeat(auto-fit,minmax(var(--min),1fr));display:grid}.smol-card-component{--img-ratio:3/2;border-radius:.5rem;flex-direction:column;gap:1rem;display:flex;box-shadow:0 0 .5rem #00000059}.smol-card-component>img{aspect-ratio:var(--img-ratio);object-fit:cover;width:100%}.smol-card-component>img:first-child{border-radius:.5rem .5rem 0 0}.smol-card-component>img:last-child{border-radius:0 0 .5rem .5rem;margin-top:auto}.smol-card-component>:not(img){margin-left:1rem;margin-right:1rem}.smol-card-component>:not(img):first-child{margin-top:1rem}.smol-card-component>:last-of-type:not(img,h2,h3,h4){margin-bottom:1rem}.smol-card-component>:not(h2,h3,h4){font-size:.9rem}.smol-card-component>a{align-self:start}body>ul{margin:0;list-style:none}body>ul:not([data-padding-unset]){padding:0}[class*=smol]:not([data-component])>:not([data-unstyled]){color:#675883;text-align:center;background-color:#e0d4f6;border:1px dashed;border-radius:.15em;padding:1rem;font-size:max(1.5rem,min(4vw,2rem));font-weight:700;display:grid}[class*=smol]:not([data-component])>:not([data-unstyled]):not([data-text]){place-content:center}[class*=smol]:not([data-component])>:not([data-unstyled])[data-text]{text-align:left;font-size:1.15rem}[data-container-style]{outline:2px dotted #29344b}