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

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

@font-face {
    font-family: 'UTM Centur';
    src: url('UTMCenturBold.woff2') format('woff2'),
        url('UTMCenturBold.woff') format('woff'),
        url('UTMCenturBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Centur';
    src: url('UTMCentur.woff2') format('woff2'),
        url('UTMCentur.woff') format('woff'),
        url('UTMCentur.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

