/* Thin */
@font-face {
    font-family: 'NOWA';
    src: url(../font/NOWA_Thin.otf);
    font-weight: 100;
}
/* Light */
@font-face {
    font-family: 'NOWA';
    src: url(../font/NOWA_Light.otf);
    font-weight: 200;
}
/* Regular */
@font-face {
    font-family: 'NOWA';
    src: url(../font/NOWA_Regular.otf);
    font-weight: 300;
}
/* Bold */
@font-face {
    font-family: 'NOWA';
    src: url(../font/NOWA_Bold.otf);
    font-weight: 400;
}
/* Heavy */
@font-face {
    font-family: 'NOWA';
    src: url(../font/NOWA_Heavy.otf);
    font-weight: 500;
}

