@font-face {
    font-family: 'Palatino';
    src: url('Palatino-BoldItalic.woff2') format('woff2'),
        url('Palatino-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

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

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

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

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

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

@font-face {
    font-family: 'Miller-Banner';
    src: url('Miller-Banner-Italic.woff2') format('woff2'),
    url('Miller-Banner-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}