html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,p,ol,ul,figure{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto}:root{--font-size-small:85%;--font-size-big:175%;--header-footer-color:#fe8d14;--header-footer-text-shadow-color:color-mix(in oklab, var(--header-footer-color), black 40%);--gray-color:#888}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,segoe ui,Roboto,Ubuntu,Arial,sans-serif;font-size:calc(12px + .390625vw);line-height:1.4;padding:0;margin:0}header,footer{background-color:var(--header-footer-color);text-shadow:0 0 1px var(--header-footer-text-shadow-color);color:#fff}header a,footer a{color:#fff}.c{max-width:900px;margin:0 auto;padding:1em}h1,h2{padding-bottom:.5em;font-weight:700}h3{font-weight:500;padding:.5em 0}p{margin-bottom:.5em}header .nav{font-size:var(--font-size-small);text-transform:uppercase;padding-bottom:1em}header .nav a{text-decoration:none;padding-right:1.5em}header .title{font-size:var(--font-size-big)}header a.title{font-weight:700;text-decoration:none}footer .c{display:flex;justify-content:space-between;align-items:center}article{padding-bottom:.5em;margin-bottom:1em}article .post-meta{font-size:var(--font-size-small)}article .post-meta a{color:var(--gray-color);text-decoration:none}article a.tag{padding-right:1em}article h1,article h2{font-size:var(--font-size-big)}article h2{padding-bottom:0}article figure{margin:1em 0}article blockquote{padding:0 0 0 1em;margin:0;border-left:1px dashed var(--gray-color)}article img[data-fancybox]{cursor:zoom-in}article .gallery{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;width:100%;gap:1em;margin-bottom:1em}article .gallery img{flex:1;max-width:calc(100%/3 - 1em);object-fit:cover}.pagination{font-size:var(--font-size-small);color:var(--gray-color)}.pagination a{color:var(--gray-color)}