/* TeXGyreTermes Font Family */

@font-face {
    font-family: 'TeXGyreTermes';
    font-style: normal;
    font-weight: 400;
    src: local('TeXGyreTermes-Regular'), 
         url('../../fonts/texgyretermes/texgyretermes-regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreTermes';
    font-style: italic;
    font-weight: 400;
    src: local('TeXGyreTermes-Italic'), 
         url('../../fonts/texgyretermes/texgyretermes-italic.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreTermes';
    font-style: normal;
    font-weight: 700;
    src: local('TeXGyreTermes-Bold'), 
         url('../../fonts/texgyretermes/texgyretermes-bold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreTermes';
    font-style: italic;
    font-weight: 700;
    src: local('TeXGyreTermes-BoldItalic'), 
         url('../../fonts/texgyretermes/texgyretermes-bolditalic.woff') format('woff');
    font-display: swap;
}
