@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@300&display=swap');

main {
  font-family: 'Noto Serif KR';
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

.attachment {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.attachment img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
}

