/* 이사만루체 */
@font-face {
    font-family: 'Esamanru';
    font-style: normal;
    font-weight: 300;
    src: url(/font/esamanru/esamanru\ Light.ttf) format('truetype'),
         url(/font/esamanru/esamanru\ OTF\ Light.otf) format('opentype');
}
@font-face {
    font-family: 'Esamanru';
    font-style: normal;
    font-weight: 500;
    src: url(/font/esamanru/esamanru\ Medium.ttf) format('truetype'),
         url(/font/esamanru/esamanru\ OTF\ Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Esamanru';
    font-style: normal;
    font-weight: 700;
    src: url(/font/esamanru/esamanru\ Bold.ttf) format('truetype'),
         url(/font/esamanru/esamanru\ OTF\ Bold.otf) format('opentype');
}