:root{--bg:#fffff;--fg:#222222;--link-font:#3e1c00;--muted:#111111;--border:#000000;--bg-muted:#f5f5f5;--bg-code:#f9f9f9;--bg-footer:#FFFFFF;--bg-header:#FFFFFF;--font-body:"Merriweather", serif;--font-heading:"Playfair Display" ,serif;--measure:50rem}html.dark{--bg:#000000;--fg:#eeeeee;--link-font:brown;--muted:#aaaaaa;--border:#ffffff;--bg-muted:#222222;--bg-code:#1a1a1a;--bg-footer:#222222;--bg-header:#222222}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}body{margin:0;padding:1rem;font-family:var(--font-body);font-size:15px;line-height:1.6;color:var(--fg);background-color:var(--bg)}main{max-width:var(--measure);margin-left:auto;margin-right:auto;padding:1rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.25;margin:1rem 0 .5rem}h1{font-size:1.5rem}h2{font-size:1.3rem}h3{font-size:1.2rem}h4{font-size:1.1rem}h5,h6{font-size:1rem}p{margin:0 0 1.2rem}ol{padding-left:1.25rem;margin:0 0 1.2rem}a{color:var(--link-font)}a:hover{text-decoration:none;color:#715a5a}hr{border:none;border-top:1px dashed var(--border);margin:2rem 0}pre{background:var(--bg-code);padding:.75rem;overflow-x:auto}code{background:var(--bg-code)}article p{min-width:0}img{display:block;max-width:100%;height:auto;margin-left:auto;margin-right:auto;box-shadow:0 5px 12px rgba(0,0,0,.5)}blockquote{margin:0 0;padding:0;background:var(--bg-muted)}blockquote p{font-style:italic;padding:1rem}table{border-collapse:collapse;margin:1.5rem auto}th,td{padding:.5rem;border:1px solid var(--border)}@media(min-width:768px){body{font-size:18px;line-height:1.65}}.site-header{max-width:var(--measure);margin:auto;padding-right:1rem;padding-left:1rem;background-color:var(--bg-header)}.navigation-bar{display:flex;align-items:center;border-bottom:1px solid #000}.navigation-bar a{font-weight:600;font-size:1.2rem;padding:.4rem;padding-left:0;color:var(--muted)}#theme-toggle{background-color:initial;border:none;font-size:2rem;margin-left:auto;color:inherit}.home-description{text-align:justify;text-justify:inter-word;hyphen:auto;text-wrap:pretty}.home-image{width:150px;height:150px;object-fit:cover;border-radius:50%;display:block;margin:0 1.25rem 1rem 0;float:left;shape-outside:circle(50%)}.home-posts h1{font-weight:700;margin-bottom:1rem}.home-posts a{color:var(--muted);margin:0;text-decoration:underline;text-decoration-style:dashed}.home-posts a:hover{text-decoration:none}.home-posts p{margin-left:1.5rem}.home-posts h3{margin-top:0;margin-bottom:0}.home-posts time{margin-top:0;font-style:italic;color:#44444e}footer{max-width:var(--measure);margin:auto;padding:1rem;text-align:center;background-color:var(--bg-footer);border-top:1px solid #000}footer p{font-size:1rem;margin:0;line-height:1rem}footer a{color:var(--muted)}.post-list{list-style:none;padding-left:0;margin-left:0}.post-list h3{font-size:1.4rem;font-weight:600}.post-list a{color:var(--muted)}.post-list p{padding-left:1rem}.post-time{color:#44444e;font-style:italic;margin:auto;text-align:left}