@charset "utf-8";

/*
 * File    : font.css
 * Author  : STUDIO-JT
 *
 * SUMMARY :
 * PRETENDARD
 * OUTFIT
 */



/* ************************************** *
 * 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: 500;
    src: url('../fonts/Pretendard/woff2-subset/Pretendard-Medium.subset.woff2') format('woff2'), 
         url('../fonts/Pretendard/woff-subset/Pretendard-Medium.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');
}



/* ************************************** *
 * OUTFIT
 * ************************************** */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Outfit/outfit-v15-latin-regular.woff2') format('woff2'),
         url('../fonts/Outfit/outfit-v15-latin-regular.woff') format('woff'); 
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Outfit/outfit-v15-latin-500.woff2') format('woff2'),
         url('../fonts/Outfit/outfit-v15-latin-500.woff') format('woff'); 
}

@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Outfit/outfit-v15-latin-700.woff2') format('woff2'),
         url('../fonts/Outfit/outfit-v15-latin-700.woff') format('woff'); 
}