/*
Theme Name: Twenty Twenty-Four Child
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Template: twentytwentyfour
Author: BonnieBonBon
Author URI: https://bonniebonbon.co.kr/
Description: 보늬봉봉 출판사 자식 테마
Version: 1.0
Requires at least: 6.0
Tested up to: 6.4.3
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour-child
*/

/* 기본 폰트 설정 */
@font-face {
    font-family: 'Ownglyph_jooreeletter-Rg';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2405-2@1.0/Ownglyph_jooreeletter-Rg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* 영어 폰트 가져오기 */

@font-face {
    font-family: 'Monteserrat';
    src: url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap') format('woff2');
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}


/* 공통 스타일 */
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

/* 한글 적용 시 폰트 변경 */
html[lang="ko-KR"] {
    font-family: 'Ownglyph_jooreeletter-Rg', sans-serif !important;
}

/* 메인 컨테이너 */
#container {
    width: 100%;
    margin: 0 auto;
}

/* 이미지 기본 스타일 */
img {
    max-width: 100%;
    height: auto;
}