@charset "utf-8";

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



/* ************************************** *
 * PRETENDARD
 * ************************************** */  
@font-face {
    font-family: 'SUIT';
    font-weight: 500;
    src: url('../fonts/SUIT/SUIT-Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'SUIT';
    font-weight: 800;
    src: url('../fonts/SUIT/SUIT-ExtraBold.woff2') format('woff2');
}



/* ************************************** *
 * SWITZER
 * ************************************** */
@font-face {
    font-family: 'Switzer';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Switzer/Switzer-Semibold.woff2') format('woff2'),
         url('../fonts/Switzer/Switzer-Semibold.woff') format('woff');
}

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