

/* ==========================================================================
   ПОДКЛЮЧЕНИЕ КАСТОМНОГО ШРИФТА (Times New Roman с серверов GetCourse)
   ========================================================================== */

/* Regular (Обычный) */
@font-face {
    font-family: 'CustomTimesNewRoman';
    src: local('Times New Roman'), 
         local('TimesNewRomanPSMT'),
         url('https://fs.getcourse.ru/fileservice/file/download/a/10853/sc/130/h/f08f00ab09ca664178c02286e282b1bc.woff') format('woff'),
         url('https://fs.getcourse.ru/fileservice/file/download/a/10853/sc/43/h/9b25cb0e63364f943680f2930301db2e.eot?#iefix') format('embedded-opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Bold (Жирный) */
@font-face {
    font-family: 'CustomTimesNewRoman';
    src: local('Times New Roman Bold'), 
         local('TimesNewRomanPS-BoldMT'),
         url('https://fs.getcourse.ru/fileservice/file/download/a/10853/sc/289/h/bb904a4f2bf96fe83e9252b32be6db23.woff') format('woff'),
         url('https://fs.getcourse.ru/fileservice/file/download/a/10853/sc/259/h/288a04b29748aff2a37cc54ec8c97f8b.eot?#iefix') format('embedded-opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

