@font-face {
    font-family: 'basis grotesque pro';
    src: url('../fonts/basisgrotesquepro-medium-webfont.woff2') format('woff2'),
         url('../fonts/basisgrotesquepro-medium-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'basis grotesque pro';
    src: url('../fonts/basisgrotesquepro-regular-webfont.woff2') format('woff2'),
         url('../fonts/basisgrotesquepro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'basis grotesque pro mono';
    src: url('../fonts/basisgrotesquepromono-regular-webfont.woff2') format('woff2'),
         url('../fonts/basisgrotesquepromono-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* defaults */
body {
  font-family: 'basis grotesque pro';
}
