@font-face {
    font-family: 'UTM Aptima';
    src: url('../fonts/UTMAptima.woff2') format('woff2'),
        url('../fonts/UTMAptima.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTMTimesBold';
    src: url('../fonts/UTMTimesBold.woff2') format('woff2'),
        url('../fonts/UTMTimesBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



