@font-face {
    font-family: 'Apercu Mono Pro';
    src: url('ApercuMonoPro-Medium.woff') format('woff'),
        url('ApercuMonoPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu Mono Pro';
    src: url('ApercuMonoPro-Bold.woff') format('woff'),
        url('ApercuMonoPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu Mono Pro';
    src: url('ApercuMonoPro-Regular.woff') format('woff'),
        url('ApercuMonoPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Apercu Mono Pro';
    src: url('ApercuMonoPro-Light.woff') format('woff'),
        url('ApercuMonoPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}