:root{
  --bg: #ffffff;
  --text: #111827;
  --accent: #0ea5a4;
}

html,body{height:100%;}
body{
  margin:0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
}
.wrap{max-width:720px;margin:2rem auto;padding:0 1rem}
.site-title{margin:0;font-size:1.25rem}
.site-title a{text-decoration:none;color:var(--text)}
.site-header{border-bottom:1px solid #e6e6e6;padding:1rem 0}
.site-footer{border-top:1px solid #e6e6e6;padding:1rem 0;margin-top:4rem;color:#6b7280}

h1,h2,h3{color:var(--text)}
a{color:var(--accent)}
