@font-face {
    font-family: 'PP Neue Machina';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pp-neue-machina-regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    /* font weight light */
    font-weight: 300;
    src: url('../fonts/lato-light.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    /* font weight regular */
    font-weight: 400;
    src: url('../fonts/lato-regular.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    /* font weight bold */
    font-weight: 600;
    src: url('../fonts/lato-bold.woff2') format('woff2');
    font-display: swap;
}