/* N27 — atipo foundry (free version: Regular + Italic) */

@font-face {
    font-family: 'N27';
    src: url('n27-regular-webfont.woff2') format('woff2'), /* Modern Browsers */
         url('n27-regular-webfont.woff') format('woff'), /* Modern Browsers */
         url('n27-regular-webfont.ttf') format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}

@font-face {
    font-family: 'N27';
    src: url('n27-regularitalic-webfont.woff2') format('woff2'), /* Modern Browsers */
         url('N27-RegularItalic.otf') format('opentype'); /* Safari, Android, iOS */
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-display: swap;
}