/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

@font-face {
    font-family:'Pretendard-Medium';
    font-style: normal;
    font-weight: 400;
    src: url('/font/Pretendard-Medium.eot');
    src: local("?"),
         url('/font/Pretendard-Medium.woff') format('woff'),
         url('/font/Pretendard-Medium.woff2') format('woff2'),
         url('/font/Pretendard-Medium.otf') format('opentype');
}


@font-face {
    font-family:'Pretendard-Bold';
    font-style: normal;
    font-weight: 800;
    src: url('/font/Pretendard-Bold.eot');
    src: local("?"),
         url('/font/Pretendard-Bold.woff') format('woff'),
         url('/font/Pretendard-Bold.woff2') format('woff2'),
         url('/font/Pretendard-Bold.otf') format('opentype');
}


/*----------폰트리셋-------------*/

body {
	font-family: 'Pretendard-Medium';
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.2px;    
}

/*--- body 기본폰트 ---*/

p {
	font-family: 'Pretendard-Medium;
    font-style: normal;
    font-weight: 400;
    letter-spacing:-0.2px;
}

/*--- 본문용 폰트 ---*/

h1, h2, h3 {
	font-family: 'Pretendard-Bold';
    font-style: normal;
    font-weight: 700;
}

h4, h5, h6 {
	font-family: 'Pretendard-Bold';
    font-style: normal;
    font-weight: 700;
}

/*--- 제목 ---*/

em {
	font-family: 'Pretendard-Bold';
    font-style: normal;
    font-weight: 700;
    -webkit-text-stroke: 0.75px;
    -webkit-text-fill-color: transparent;
}