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


.jenna{
   font-family: 'Jenna Sue';
}

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

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


.apollo{
     font-family: 'APOLLO';
}
.Morgan{
    font-family: 'Morgan';
}