
.hello_title {
  font-family: 'Pretendard' !important;
  font-weight: bold;
}

.hello_content {
  font-family: 'Pretendard' !important;
}

p {
  white-space: normal; /* 기본값, 줄바꿈 자동 */
  word-wrap: break-word; /* 단어가 길어도 줄바꿈 */
  overflow-wrap: break-word; /* 위와 동일, 호환성용 */
}