* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scrollbar-gutter: stable;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
  background: #fafafa;
}

.site-footer {
  text-align: center;
  padding: 2rem 1rem 1.5rem;
  font-size: 0.8rem;
  color: var(--muted, #999);
}
.site-footer a {
  color: var(--muted, #999);
  text-decoration: none;
  margin: 0 0.5rem;
}
.site-footer a:hover {
  text-decoration: underline;
}
