@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&family=Noto+Serif+KR:wght@200..900&display=swap');
@font-face {
    font-family: 'D2Coding';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_three@1.0/D2Coding.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Noto Sans KR';
    font-weight: 500;
}

/* Code Block */
.code-block {
    padding: 8px 16px;
    font-family: D2Coding;
    overflow-x: auto;
    font-size: 0.9rem;
}

/* 기본 문서 스타일 */
h1, h2 {
    margin: 0.4em 0;
}
h3, h4 {
    margin: 0.2em 0;
}


/* 블로그 문서 스타일 */