@font-face {
    font-family: 'Texta Narrow';
    src: url('../font/textanarrow-regular-webfont.woff2') format('woff2'),
    url('../font/textanarrow-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Texta Narrow';
    src: url('../font/textanarrow-light-webfont.woff2') format('woff2'),
    url('../font/textanarrow-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Texta Narrow';
    src: url('../font/textanarrow-medium-webfont.woff2') format('woff2'),
    url('../font/textanarrow-medium-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'Texta Narrow';
    src: url('../font/textanarrow-bold-webfont.woff2') format('woff2'),
    url('../font/textanarrow-bold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Texta Narrow';
    src: url('../font/textanarrow-it-webfont.woff2') format('woff2'),
    url('../font/textanarrow-it-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;

}