@font-face {
    font-family: 'Lato';
    src: url('../font/Lato-Regular.woff2') format('woff2'),
        url('../font/Lato-Regular.woff') format('woff'),
        url('../font/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Erliana';
    src: url('../font/ErlianaRegular.woff2') format('woff2'),
        url('../font/ErlianaRegular.woff') format('woff'),
        url('../font/ErlianaRegular.svg#ErlianaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Mont-Bold';
  src: url('../font/Mont-Bold.woff2') format('woff2'),
       url('../font/Mont-Bold.woff') format('woff'),
       url('../font/Mont-Bold.ttf')  format('truetype');
}

@font-face {
    font-family: 'Mont-Book';
    src: url('../font/Mont-Book.woff2') format('woff2'),
        url('../font/Mont-Book.woff') format('woff'),
        url('../font/Mont-Book.svg#Mont-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham XNarrow';
    src: url('../font/GothamXNarrow-Light.woff2') format('woff2'),
        url('../font/GothamXNarrow-Light.woff') format('woff'),
        url('../font/GothamXNarrow-Light.svg#GothamXNarrow-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/**
@font-face {
    font-family: 'Helvetica';
    src: url('../font/Helvetica-LightOblique.woff2') format('woff2'),
        url('../font/Helvetica-LightOblique.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../font/Helvetica-Light.woff2') format('woff2'),
        url('../font/Helvetica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
*/