@charset "utf-8";

@font-face {
     font-family: 'netmarble';
     src: url('/fonts/netmarble/netmarbleL.ttf') format('opentype');
     font-weight: 300;
     font-style: normal;
}

@font-face {
    font-family: 'netmarble';
    src: url('/fonts/netmarble/netmarbleM.ttf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'netmarble';
    src: url('/fonts/netmarble/netmarbleB.ttf') format('opentype');
    font-weight: 700;
    font-style: normal;
}