@font-face {
    font-family: 'Morganite';
    src: url('Morganite-Book.woff2') format('woff2'),
        url('Morganite-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Morganite';
    src: url('Morganite-BookItalic.woff2') format('woff2'),
        url('Morganite-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Morganite';
    src: url('Morganite-Bold.woff2') format('woff2'),
        url('Morganite-Bold.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Morganite';
    src: url('Morganite-BoldItalic.woff2') format('woff2'),
        url('Morganite-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'East Tiger';
    src: url('EastTiger-Regular.woff2') format('woff2'),
        url('EastTiger-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

