@font-face {
    font-family: 'Basis Grotesque Mono Pro';
    src: url('/fonts/BasisGrotesqueMonoPro-Bold.woff2') format('woff2'),
        url('/fonts/BasisGrotesqueMonoPro-Bold.woff') format('woff'),
        url('/fonts/BasisGrotesqueMonoPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Basis Grotesque Mono Pro';
    src: url('/fonts/BasisGrotesqueMonoPro-Regular.woff2') format('woff2'),
        url('/fonts/BasisGrotesqueMonoPro-Regular.woff') format('woff'),
        url('/fonts/BasisGrotesqueMonoPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

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

