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

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

/* Lato Font */
@font-face {
    font-family: 'latoregular';
    src: url('../webfonts/lato-regular.woff2') format('woff2'),
         url('../webfonts/lato-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}