@font-face {
    font-family: 'New Pegasus';
    src: url('NewPegasus-SemiBold.woff2') format('woff2'),
        url('NewPegasus-SemiBold.woff') format('woff'),
        url('NewPegasus-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'New Pegasus';
    src: url('NewPegasus-Italic.woff2') format('woff2'),
        url('NewPegasus-Italic.woff') format('woff'),
        url('NewPegasus-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'New Pegasus';
    src: url('NewPegasus-SemiBoldItalic.woff2') format('woff2'),
        url('NewPegasus-SemiBoldItalic.woff') format('woff'),
        url('NewPegasus-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'New Pegasus';
    src: url('NewPegasus.woff2') format('woff2'),
        url('NewPegasus.woff') format('woff'),
        url('NewPegasus.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

