:root {
  --bg: #fcfcfb;
  --parchment: #fcfcfb;
  --panel: #ffffff;
  --panel-muted: #f6f5f2;
  --panel-strong: #efede8;
  --paper: #fcfcfb;
  --paper-strong: #f6f5f2;
  --ink: #26231f;
  --deepearth: #1f1b18;
  --ink-light: #3b3630;
  --ink-muted: #6b655d;
  --accent: #2c2721;
  --accent-warm: #2c2721;
  --accent-soft: rgba(44, 39, 33, 0.06);
  --line: rgba(38, 35, 31, 0.12);
  --line-soft: rgba(38, 35, 31, 0.08);
  --line-strong: rgba(38, 35, 31, 0.22);
  --shell-shadow: 0 22px 60px rgba(38, 35, 31, 0.05);
  --card-shadow: 0 12px 30px rgba(38, 35, 31, 0.04);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg);
  color: var(--ink);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "Pretendard", "Apple SD Gothic Neo", sans-serif;
}
