@font-face {
    font-family: 'open sans';
    src: url('open%20sans-Bold.html') format('woff2'),
        url('open%20sans-Bold-2.html') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Nexa';
    src: url('NexaBold.woff2') format('woff2'),
        url('NexaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'typo_grotesk_blackregular';
    src: url('typo_grotesk_black_demo_0-webfont.woff2') format('woff2'),
         url('typo_grotesk_black_demo_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'PT Sans Narrow', sans-serif;
    src: url('PTSansNarrow-Bold.ttf') format('ttf'),
         url('PTSansNarrow-Regular.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;

}

