@font-face {
    font-family: 'vintagerhyme';
    src: url('VintageRhyme-Regular.otf') format('opentype'),
         url('VintageRhyme-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'vintagerhyme';
    src: url('VintageRhyme-Italic.otf') format('opentype'),
         url('VintageRhyme-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}