@charset "utf-8";

/*
 * File    : font.css
 * Author  : STUDIO-JT
 *
 * SUMMARY :
 * SUIT
 * Jua
 */



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

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



/* ************************************** *
 * Jua
 * ************************************** */  
@font-face {
    font-family: 'Jua';
    font-weight: 400;
    src: url('../fonts/BM/BM-Jua.woff') format('woff');
}