@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/timesNewRoman/TimesNRCyrMT-Bold.woff2') format('woff2'),
        url('../fonts/timesNewRoman/TimesNRCyrMT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Times';
    src: url('../fonts/timesNewRoman/Times-BoldItalic.woff2') format('woff2'),
        url('../fonts/timesNewRoman/Times-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/timesNewRoman/TimesNewRomanPS-ItalicMT.woff2') format('woff2'),
        url('../fonts/timesNewRoman/TimesNewRomanPS-ItalicMT.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/timesNewRoman/TimesNRCyrMT.woff2') format('woff2'),
        url('../fonts/timesNewRoman/TimesNRCyrMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}