:root {
  --paper: #f4efe4;
  --paper-deep: #e9e0d0;
  --paper-light: #fbf7ef;
  --ink: #1e1d1a;
  --ink-soft: #4d4941;
  --muted: #777066;
  --rule: #c9bead;
  --coral: #d84d32;
  --coral-dark: #a93223;
  --moss: #566d58;
  --teal: #32716d;
  --gold: #ad7b32;
  --sans: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Arial, sans-serif;
  --serif: "Iowan Old Style", "Noto Serif KR", "Nanum Myeongjo", Georgia, serif;
  --content: min(1380px, calc(100vw - 64px));
  --shadow: 0 18px 48px rgba(47, 39, 27, .12);
  --motion: 650ms;
}
