@font-face {
    font-family: 'Blackhawk Regular';
    src: url('webfonts/blackhawk-regular.woff2') format('woff2'),
         url('webfonts/blackhawk-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Blackhawk Italic';
    src: url('webfonts/blackhawk-italic.woff2') format('woff2'),
         url('webfonts/blackhawk-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Blackhawk Swash';
    src: url('webfonts/blackhawk-swash.woff2') format('woff2'),
         url('webfonts/blackhawk-swash.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}