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

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

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.woff2') format('woff2'),
        url('Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Antipasto';
    src: url('AntipastoPro.woff2') format('woff2'),
        url('AntipastoPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

