* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.5;
}
/* .container { width: min(1200px, 92%); margin: 0 auto; } */
.site-header,
.site-footer {
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}
.site-footer {
  border-top: 1px solid #eee;
  border-bottom: 0;
  margin-top: 48px;
}
.site-logo {
  font-weight: 700;
  text-decoration: none;
}
.site-main {
  padding: 24px 0;
}
.entry-title {
  margin: 0 0 16px;
}
.main-nav ul,
.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
}
.main-nav a,
.footer-nav a {
  text-decoration: none;
}
