* {
  box-sizing: border-box;
}

html {
  font-size: 48px;
}

body {
  margin: 0;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.04em;
  background: #ffffff;
  color: #000000;
  min-height: 100vh;
  font-size: 1rem;
  line-height: 1.1;
}

.page {
  max-width: 720px;
  margin: 0;
  padding: 48px 32px;
}

.site-title {
  font-size: 1.4rem;
  margin-bottom: 24px;
}

.post-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.post-list a {
  color: inherit;
  text-decoration: none;
  font-size: 1rem;
}

.post-list a:hover {
  text-decoration: underline;
}

.back {
  display: inline-block;
  transform: scaleX(-1);
  text-decoration: none;
  color: inherit;
}

@media (max-width: 640px) {
  .page {
    padding: 36px 20px;
  }
}
