body{
  background:var(--bg);
  color:var(--text);
  font-family:var(--font-body);
  line-height:1.5;
}
.site-header{position:sticky;top:0;z-index:100;background:var(--bg)}
.site-main{min-height:100vh}
.site-footer{padding:48px 0}
