/*
   Theme Name: Zerif lite Child
   Theme URI: https://www.themeisle.com/ 
   Description: This is a custom child theme I have created.
   Author: Chuck Norris Author
   URI: https://www.themeisle.com/ 
   Template: zerif-lite
   Version: 0.1 
*/

@import url(../zerif-lite/style.css);


/* 주아체, 도현체, 한나체 */
@import url(fonts/jua/jua.css);
@import url(fonts/doh/doh.css);
@import url(fonts/hanna/hanna.css);


/* 청소년체 */
@import url(fonts/youth/youth.css);

/* 제주고딕체 */
@import url(fonts/jeju/jeju.css);

/* 서울서체  */
@import url(fonts/SeoulHangangJungL/seoul-hangang-jung-l.css);

/* 큰 글씨 */
h1, h2, h3, h4{
 font-family: 'doh' !important;
 font-style: normal  !important;
}

/* 메뉴 */
li{
 font-family: 'youth' !important;
 font-style: normal  !important;
}

/* 버튼 */
.buttons{
 font-family: 'doh' !important;
 font-style: normal  !important;
}