@font-face {
    font-family: 'Trebuchet MS';
    src: url('TrebuchetMS-Italic.eot');
    src: url('TrebuchetMS-Italic.eot?#iefix') format('embedded-opentype'),
        url('TrebuchetMS-Italic.woff2') format('woff2'),
        url('TrebuchetMS-Italic.woff') format('woff'),
        url('TrebuchetMS-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('TrebuchetMS.eot');
    src: url('TrebuchetMS.eot?#iefix') format('embedded-opentype'),
        url('TrebuchetMS.woff2') format('woff2'),
        url('TrebuchetMS.woff') format('woff'),
        url('TrebuchetMS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

