@charset "utf-8";

/*
 * File    : font.css
 * Author  : STUDIO-JT (KMS, NICO)
 *
 * SUMMARY :
 * PRETENDARD
 * MONTSERRAT
 */



/* ************************************** *
 * PRETENDARD
 * ************************************** */  
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    src: url('../fonts/Pretendard/woff2-subset/Pretendard-Regular.subset.woff2') format('woff2'), 
         url('../fonts/Pretendard/woff-subset/Pretendard-Regular.subset.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    src: url('../fonts/Pretendard/woff2-subset/Pretendard-Bold.subset.woff2') format('woff2'), 
         url('../fonts/Pretendard/woff-subset/Pretendard-Bold.subset.woff') format('woff');
}



/* ************************************** *
 * MONTSERRAT
 * ************************************** */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Montserrat/montserrat-v14-latin-regular.woff2') format('woff2'),
         url('../fonts/Montserrat/montserrat-v14-latin-regular.woff') format('woff'); 
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Montserrat/montserrat-v14-latin-700.woff2') format('woff2'), 
         url('../fonts/Montserrat/montserrat-v14-latin-700.woff') format('woff'); 
}
