@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,600;0,8..60,700;1,8..60,400&family=DM+Sans:wght@400;500;600&display=swap");:root{--font-heading:"Source Serif 4",Georgia,serif;--font-body:"DM Sans",system-ui,sans-serif;--bg:hsl(40,20%,97%);--fg:hsl(220,18%,22%);--primary:hsl(160,40%,32%);--muted:hsl(220,10%,46%);--card-bg:hsl(40,16%,93%);--border:hsl(220,14%,88%);--max-w:38rem;--px:1.5rem}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;line-height:1.7;font-size:1.125rem}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.25}h1{font-size:2rem;font-weight:700;letter-spacing:-.01em;margin-bottom:1.5rem}h2{font-size:1.5rem;font-weight:600;margin-top:2.5rem}a{color:var(--primary);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:color .15s}a:hover{color:hsl(160,40%,24%)}hr{border:none;border-top:1px solid var(--border);margin:2rem 0}ul{margin-left:1.25rem;list-style:disc}ul li{margin-bottom:.5rem;color:var(--muted)}p+p{margin-top:1.25rem}h2+p{margin-top:1rem}.site-header{border-bottom:1px solid var(--border)}.site-nav{max-width:var(--max-w);margin:0 auto;padding:1.25rem var(--px);display:flex;justify-content:flex-end;gap:1.5rem}.nav-link{font-size:.875rem;font-weight:500;letter-spacing:.025em;text-decoration:none;color:var(--muted);transition:color .15s}.nav-link.active,.nav-link:hover{color:var(--fg)}main{padding:2.5rem var(--px) 3.5rem}.site-footer,main{max-width:var(--max-w);margin:0 auto}.site-footer{padding:1.5rem var(--px) 2.5rem;font-size:.875rem;color:var(--muted)}.card{background:var(--card-bg);border-radius:.5rem;padding:1.5rem;margin-top:2.5rem}.card h2{margin-top:0}.card p{margin-top:.75rem}button[class~="x:underline"]{display:none}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2.5rem}.tag{background:var(--card-bg);padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500;color:var(--muted)}.post-list{display:flex;flex-direction:column}.post-item{position:relative;padding:2rem 0;border-bottom:1px solid var(--border)}.post-item:first-child{padding-top:0}.post-item:last-child{border-bottom:none;padding-bottom:0}.post-date{font-size:.875rem;color:var(--muted);margin-bottom:.25rem}.post-title{font-size:1.25rem;margin-top:0}.post-item-link{color:inherit;text-decoration:none;transition:color .15s}.post-item-link:after{content:"";position:absolute;inset:0}.post-item:hover .post-item-link{color:var(--primary)}.post-excerpt{color:var(--muted);margin-top:.5rem}.read-more{display:inline-block;margin-top:.5rem;font-size:.875rem;font-weight:500;color:var(--primary);text-decoration:none}@media (min-width:768px){h1{font-size:2.25rem}main{padding-top:3.5rem}.post-title{font-size:1.5rem}}@media (max-width:480px){:root{--px:1rem}h1{font-size:1.625rem}h2{font-size:1.25rem}body{font-size:1rem}}