/* Roboto 400, 700 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
/* Veneer is the font with some things rubbed out */
@font-face {
  font-family: 'veneer';
  src: url('../fonts/veneer-webfont.woff2') format('woff2'),
    url('../fonts/veneer-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
/* Conifer is the slab font */
@font-face {
  font-family: 'conifer';
  src: url('../fonts/conifer-solid-webfont.woff2') format('woff2'),
    url('../fonts/conifer-solid-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}