@font-face {
    font-family: 'News Gothic Std';
    src: url('../fonts/NewsGothicStd.eot');
    src: local('.News Gothic Std Medium'), local('NewsGothicStd'),
        url('../fonts/NewsGothicStd.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NewsGothicStd.woff2') format('woff2'),
        url('../fonts/NewsGothicStd.woff') format('woff'),
        url('../fonts/NewsGothicStd.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    font-stretch: normal;
}

@font-face {
    font-family: 'News Gothic Std';
    src: url('../fonts/NewsGothicStd-BoldOblique.eot');
    src: local('News Gothic Std Bold Oblique'), local('NewsGothicStd-BoldOblique'),
        url('../fonts/NewsGothicStd-BoldOblique.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NewsGothicStd-BoldOblique.woff2') format('woff2'),
        url('../fonts/NewsGothicStd-BoldOblique.woff') format('woff'),
        url('../fonts/NewsGothicStd-BoldOblique.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    font-stretch: normal;
}

@font-face {
    font-family: 'News Gothic Std';
    src: url('../fonts/NewsGothicStd-Bold.eot');
    src: local('News Gothic Std Bold'), local('NewsGothicStd-Bold'),
        url('../fonts/NewsGothicStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NewsGothicStd-Bold.woff2') format('woff2'),
        url('../fonts/NewsGothicStd-Bold.woff') format('woff'),
        url('../fonts/NewsGothicStd-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    font-stretch: normal;
}

@font-face {
    font-family: 'News Gothic Std';
    src: url('../fonts/NewsGothicStd-Oblique.eot');
    src: local('News Gothic Std Oblique'), local('NewsGothicStd-Oblique'),
        url('../fonts/NewsGothicStd-Oblique.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NewsGothicStd-Oblique.woff2') format('woff2'),
        url('../fonts/NewsGothicStd-Oblique.woff') format('woff'),
        url('../fonts/NewsGothicStd-Oblique.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    font-stretch: normal;
}

.none-hyphon { 
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
 }
.manual-hyphon {
    -moz-hyphens: manual;
    -o-hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}
.auto-hyphon, h1, h2, h3, h4, h5, h6, p, div, li {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
h1, h2, h3, h4 {
   font-weight: normal;
}