@font-face {
    font-family: 'ZenKakuGothicNew';
    src: url('fonts/ZenKakuGothicNew.eot');
    src: url('fonts/ZenKakuGothicNew.eot?#iefix') format('embedded-opentype'),
         url('fonts/ZenKakuGothicNew.woff2') format('woff2'),
         url('fonts/ZenKakuGothicNew.woff') format('woff'),
         url('fonts/ZenKakuGothicNew.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'cormorant';
    src: url('fonts/cormorant.eot');
    src: url('fonts/cormorant.eot?#iefix') format('embedded-opentype'),
    url('fonts/cormorant.woff2') format('woff2'),
    url('fonts/cormorant.woff') format('woff'),
    url('fonts/cormorant.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}