@font-face {
    font-family: 'Uberlin Bold';
    src: url('UberlinBold.woff2') format('woff2'),
        url('UberlinBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uberlin XBold';
    src: url('UberlinXBold.woff2') format('woff2'),
        url('UberlinXBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Uberlin';
    src: url('Uberlin.woff2') format('woff2'),
        url('Uberlin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

