@font-face {
  font-family: Wigrum;
  font-weight: 400;
  src: url('/static/assets/fonts/wigrum-regular.woff');
}

@font-face {
  font-family: Wigrum;
  font-weight: 500;
  src: url('/static/assets/fonts/wigrum-medium.woff');
}

@font-face {
  font-family: Wigrum;
  font-weight: 700;
  src: url('/static/assets/fonts/wigrum-bold.woff');
}

@font-face {
  font-family: Wigrum;
  font-weight: 900;
  src: url('/static/assets/fonts/wigrum-black.woff');
}
