@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/font-normal.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* 폰트 로딩 최적화 */
}

*, html, body {
    font-family: 'CustomFont', serif;
	font-size: 15px;
	line-height: 20px;
    overflow-wrap: break-word; /* 긴 영어 단어는 적절히 끊기 */
}