@font-face {
    font-family: 'apercumedium';
    src: url('../fonts/apercu_medium-webfont.woff2') format('woff2'),
         url('../fonts/apercu_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'apercuregular';
    src: url('../fonts/apercu_regular-webfont.woff2') format('woff2'),
         url('../fonts/apercu_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body, p {
  font-family: 'apercuregular';
}
