@import url('https://fonts.googleapis.com/css2?family=Gowun+Batang&display=swap');

.notify-template {
    width: 800px;
    height: 100%;
    margin: 0 auto;
    display: block;
}

.notify-template > *,
.notify-template h1,
.notify-template h2,
.notify-template h3,
.notify-template h4,
.notify-template h5,
.notify-template table {
    font-family: "Gowun Batang", serif;
}

.notify-template h1,
.notify-template h2,
.notify-template h3,
.notify-template h4,
.notify-template h5 {
    font-weight: bold;
}

#printContents,
.tmp-p {
    display: none;
}
