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

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

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

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

