html { scroll-behavior: smooth; }

body {
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  background: #f7f4ee;
  color: #1f2937;
}

.paper {
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(6px);
}