@charset "UTF-8";

/* 하남체 제목 */
@font-face{
    font-family:'NotoKr';
    font-weight: 200;
    src:url("../fonts/NotoSansCJKkr-Light.woff2") format('woff2'),
    url("../fonts/NotoSansCJKkr-Light.woff") format('woff');
}


/* 하남체 제목 */
@font-face{
    font-family:'HanamT';
    font-weight: 400;
    src:url("../fonts/HANAMDAUM.woff2") format('woff2'),
    url("../fonts/HANAMDAUM.woff") format('woff');
}


/* 하남체 본문 */
@font-face{
    font-family:'HanamB';
    font-weight: 400;
    src:url("../fonts/HANAMDAUMBody.woff2") format('woff2'),
    url("../fonts/HANAMDAUMBody.woff") format('woff');
}

