:root {
  --print-font-family: "Pretendard Variable", "Pretendard", "Noto Sans KR", "Malgun Gothic", sans-serif;
}

html,
body,
.print,
.page {
  font-family: var(--print-font-family);
}

body {
  margin: 0;
}

img {
  print-color-adjust: exact;
}

@media screen {
  body {
    min-height: 100vh;
    background: #f4f5f7;
  }
}

@media print {
  html,
  body {
    background: transparent;
  }
}
