/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Noto Sans KR Self-hosting */
@font-face {
    font-family: 'Noto Sans KR';
    src: url('fonts/noto-sans-kr-v36-korean-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url('fonts/noto-sans-kr-v36-korean-700.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* 사이트 전체 적용 */
body {
    font-family: 'Noto Sans KR', sans-serif;
}