/* font - bold */
@font-face {
    font-family: News-Gothic-Com-Bold;
    src: url('../fonts/News-Gothic-Com-Bold/News-Gothic-Com-Bold.eot'); /* IE9 */
    src: url('../fonts/News-Gothic-Com-Bold/News-Gothic-Com-Bold.eot?#iefix') format('embedded-opentype'), /* IE6 - IE8 */
         url('../fonts/News-Gothic-Com-Bold/News-Gothic-Com-Bold.svg') format('svg'), /* Legacy iOS */
         url('../fonts/News-Gothic-Com-Bold/News-Gothic-Com-Bold.ttf') format('truetype'), /* Android, iOS, Safari */
         url('../fonts/News-Gothic-Com-Bold/News-Gothic-Com-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/News-Gothic-Com-Bold/News-Gothic-Com-Bold.woff2') format('woff2'); /* Super Modern Browsers */
}
/* font - roman */
@font-face {
    font-family: News-Gothic-Com-Roman;
    src: url('../fonts/News-Gothic-Com-Roman/News-Gothic-Com-Roman.eot'); /* IE9 */
    src: url('../fonts/News-Gothic-Com-Roman/News-Gothic-Com-Roman.eot?#iefix') format('embedded-opentype'), /* IE6 - IE8 */
    url('../fonts/News-Gothic-Com-Roman/News-Gothic-Com-Roman.svg') format('svg'), /* Legacy iOS */
    url('../fonts/News-Gothic-Com-Roman/News-Gothic-Com-Roman.ttf') format('truetype'), /* Android, iOS, Safari */
    url('../fonts/News-Gothic-Com-Roman/News-Gothic-Com-Roman.woff') format('woff'), /* Modern Browsers */
    url('../fonts/News-Gothic-Com-Roman/News-Gothic-Com-Roman.woff2') format('woff2'); /* Super Modern Browsers */
}