@charset "utf-8";

/*
 * File       : font.css
 * Author     : STUDIO-JT (JSH)
 *
 * SUMMARY:
 * LIFEPLUS
 * PRETENDARD
 */



/* ************************************** *
 * LIFEPLUS
 * ************************************** */
@font-face {
    font-family: 'Lifeplus';
    font-weight: 300;
    src: url('../fonts/Lifepluse/LIFEPLUSLight.woff2') format('woff2'), 
         url('../fonts/Lifepluse/LIFEPLUSLight.woff') format('woff');
}

@font-face {
    font-family: 'Lifeplus';
    font-weight: 500;
    src: url('../fonts/Lifepluse/LIFEPLUSMedium.woff2') format('woff2'), 
         url('../fonts/Lifepluse/LIFEPLUSMedium.woff') format('woff');
}

@font-face {
    font-family: 'Lifeplus';
    font-weight: 700;
    src: url('../fonts/Lifepluse/LIFEPLUSBold.woff2') format('woff2'), 
         url('../fonts/Lifepluse/LIFEPLUSBold.woff') format('woff');
}



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



/* ************************************** *
 * HANWHA
 * ************************************** */
@font-face {
    font-family: 'Hanwha';
    font-weight: 100;
    src: url('../fonts/Hanwha/Hanwha-Light.woff2') format('woff2');
}
@font-face {
    font-family: 'Hanwha';
    font-weight: 500;
    src: url('../fonts/Hanwha/Hanwha-Regular.woff2') format('woff2');
}



/* ************************************** *
 * CARROT
 * ************************************** */
@font-face {
    font-family: 'Carrot';
    font-weight: 500;
    src: url('../fonts/Carrot/Carrot-Light.woff2') format('woff2');
}
@font-face {
   font-family: 'Carrot';
   font-weight: 700;
   src: url('../fonts/Carrot/Carrot-Bold.woff2') format('woff2');
}