@font-face {
    font-family: 'barlowblack';
    src: url('fonts/barlow-black-webfont.woff2') format('woff2'),
         url('fonts/barlow-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowbold';
    src: url('fonts/barlow-bold-webfont.woff2') format('woff2'),
         url('fonts/barlow-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowmedium';
    src: url('fonts/barlow-medium-webfont.woff2') format('woff2'),
         url('fonts/barlow-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barlowbold_italic';
    src: url('fonts/barlow-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/barlow-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}