.layout-container{width:100%;max-width:65ch;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;box-sizing:border-box}.site-header{margin-bottom:2rem;align-items:flex-start}.site-title{font-size:1.5rem;font-weight:700;color:var(--heading-color)}.site-title a,.site-title a:hover{color:inherit;text-decoration:none}.site-content{flex:0 0 auto;display:flex;flex-direction:column}.wave-band{width:100%;overflow:hidden;pointer-events:none}.wave-band--top{height:150px;margin-bottom:1.5rem}.wave-band--bottom{height:150px;margin-top:1.5rem}.wave-canvas{width:100%;height:100%;display:block}.page-about p{margin-bottom:1.5rem}.page-about p:last-child{margin-bottom:0}.page-about ul{padding-left:1.5rem;margin-bottom:1.5rem}.page-about li{margin-bottom:.5rem}:root{--bg-color: #fdf6e3;--text-color: #657b83;--heading-color: #586e75;--emphasis-color: #073642;--link-color: #268bd2;--link-hover-color: #2aa198;--border-color: #93a1a1}@media(prefers-color-scheme:dark){:root{--bg-color: #002b36;--text-color: #839496;--heading-color: #93a1a1;--emphasis-color: #eee8d5;--link-color: #268bd2;--link-hover-color: #2aa198;--border-color: #586e75}}body{background-color:var(--bg-color);color:var(--text-color);margin:0;padding:0;font-family:Literata,Georgia,serif;line-height:1.7;font-size:1.1rem}h1,h2,h3,h4,h5,h6{color:var(--heading-color);font-weight:600;margin-top:2rem;margin-bottom:1rem}h1{font-size:2rem}strong,b{color:var(--emphasis-color);font-weight:700}a{color:var(--link-color);text-decoration:none}a:hover{color:var(--link-hover-color);text-decoration:underline}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;background-color:#0000000d;padding:.2em .4em;border-radius:3px;font-size:.9em}@media(prefers-color-scheme:dark){code{background-color:#ffffff0d}}#root{display:flex;flex-direction:column;min-height:100vh}
