@import url('https://fonts.cdnfonts.com/css/nulshock');
@font-face {
    font-family: 'Nulshock';
    src: url('https://fonts.cdnfonts.com/s/16180/Nulshock-Regular.woff2') format('woff2'),
         url('https://fonts.cdnfonts.com/s/16180/Nulshock-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Nulshock', Arial, sans-serif;
}