:root {
  color-scheme: light;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

body {
  margin: 0;
  background: #f6f8fb;
  color: #1f2937;
}

.container {
  max-width: 760px;
  margin: 40px auto;
  padding: 24px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

h1 {
  margin-top: 0;
}

code {
  background: #f3f4f6;
  padding: 2px 6px;
  border-radius: 6px;
}
