:root{
  --ink:#161a20; --paper:#eef0ec; --amber:#d3992f; --teal:#234f4a;
  --text:#1b1f24; --line:#d3d6cf;
  --serif: "Newsreader", Georgia, serif;
  --sans: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*{box-sizing:border-box;}
body{margin:0;font-family:var(--sans);color:var(--text);background:var(--paper);line-height:1.6;}
a{color:var(--teal);}
.wrap{max-width:720px;margin:0 auto;padding:0 24px;}
.site-header{background:var(--ink);padding:18px 0;}
.site-header .wrap{display:flex;justify-content:space-between;align-items:center;max-width:1080px;}
.logo{font-family:var(--serif);font-size:20px;font-weight:600;color:#f3f1ea;text-decoration:none;}
.logo span{color:var(--amber);}
.back{color:#c8cbc4;text-decoration:none;font-size:14px;}
.post{padding:56px 0 80px;}
.eyebrow{color:var(--amber);font-weight:600;font-size:13.5px;margin-bottom:10px;}
.post h1{font-family:var(--serif);font-size:32px;font-weight:500;line-height:1.2;}
.post .meta{color:#6b6f66;font-size:13.5px;margin:10px 0 30px;}
.post h2{font-family:var(--serif);font-size:21px;font-weight:600;margin:32px 0 12px;}
.post p{font-size:16px;margin-bottom:16px;max-width:70ch;}
.post ul{margin:0 0 16px 20px;}
.post li{margin-bottom:8px;font-size:16px;}
.site-footer{background:var(--ink);color:#9fa39a;padding:28px 0;font-size:13.5px;margin-top:40px;}
