@font-face {
    font-family: 'Times New Roman';
    src: local('Times New Roman Bold'), local('TimesNewRomanPS-BoldMT'),
        url('TimesNewRomanPS-BoldMT.woff2') format('woff2'),
        url('TimesNewRomanPS-BoldMT.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

