@font-face {
    font-family: 'nws-icon';
    src:
       url('fonts/nws-icon.ttf?yrtsrk') format('truetype'),
       url('fonts/nws-icon.woff?yrtsrk') format('woff'),
       url('fonts/nws-icon.svg?yrtsrk#nws-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="nws-icon-"], [class*=" nws-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'nws-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nws-icon-column-stacked:before {
    content: "\e900";
}
.nws-icon-line-stacked:before {
    content: "\e901";
}
.nws-icon-trendline:before {
    content: "\e902";
}
