@font-face {
    font-family: 'Genty Sans';
    src: url('/fonts/GentySans-Regular.woff2') format('woff2'),
         url('/fonts/GentySans-Regular.woff') format('woff'),
         url('/fonts/GentySans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Lemon Tuesday';
    src: url('/fonts/LemonTuesday.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
