@charset "utf-8";

@font-face{
    font-family:'inter';
    font-style:normal;
    font-weight: 100;
    src: local('./font/font/InterGTL.eot'),
        url('./font/InterGTL.eot') format('embedded-opentype'), 
        url('./font/InterGTL.woff') format('woff'),  
        url('./font/InterGTL.woff2') format('woff2');
}

@font-face{
    font-family:'inter';
    font-style:normal;
    font-weight: 300;
    src: local('./font/font/InterGTM.eot'),
        url('./font/InterGTM.eot') format('embedded-opentype'), 
        url('./font/InterGTM.woff') format('woff'),  
        url('./font/InterGTM.woff2') format('woff2');
}

@font-face{
    font-family:'inter';
    font-style:normal;
    font-weight: 500;
    src: local('./font/font/InterGTB.eot'),
        url('./font/InterGTB.eot') format('embedded-opentype'), 
        url('./font/InterGTB.woff') format('woff'),  
        url('./font/InterGTB.woff2') format('woff2');
}

@font-face{
    font-family:'saenggagdaelo';
    font-style:normal;
    font-weight: 500;
    src: local('./font/font/DAON_C_SAENGGAGDAELO300.eot'),
        url('./font/DAON_C_SAENGGAGDAELO300.eot') format('embedded-opentype'), 
        url('./font/DAON_C_SAENGGAGDAELO300.woff') format('woff'),  
        url('./font/DAON_C_SAENGGAGDAELO300.woff2') format('woff2');
}

/*구글폰트*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');