@font-face {
    font-family: 'PPEditorialOld-Regular';
    src: url('./PPEditorialOld-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'PPEditorialOld-Bold';
    src: url('./PPEditorialOld-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'PPEditorialOld-Italic';
    src: url('./PPEditorialOld-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} 