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

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

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

@font-face {
    font-family: 'Times New Roman';
    src: url('/font/TimesNewRomanPSMT.woff2') format('woff2'),
        url('/font/TimesNewRomanPSMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}