/* ../fonts/ */

@font-face {
    font-family: 'fontR';
    src: url('../fonts/SVN-TimesNewRoman.woff2') format('woff2'),
        url('../fonts/SVN-TimesNewRoman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'fontB';
    src: url('../fonts/SVN-TimesNewRomanbold.woff2') format('woff2'),
        url('../fonts/SVN-TimesNewRomanbold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

