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

@font-face {
    font-family: 'Approach Light';
    src: url('Approach/Ap1000-Lt.eot');
    /* IE9 Compat Modes */
    src: url('Approach/Ap1000-Lt.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('Approach/Ap1000-Lt.woff2') format('woff2'),
        /* Modern Browsers */
        url('Approach/Ap1000-Lt.woff') format('woff'),
        /* Modern Browsers */
        url('Approach/Ap1000-Lt.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('Approach/Ap1000-Lt.svg#font') format('svg');
    /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Helvetica Neue";
    src: url('Helvetica-Neue-Bold/font.woff2') format('woff2'),
        url('Helvetica-Neue-Bold/font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: "Helvetica Neue Light";
    src: url('Helvetica-Neue-Light/font.woff2') format('woff2'),
        url('Helvetica-Neue-Light/font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    text-rendering: optimizeLegibility;
}