@font-face {
  font-family: 'mitrmedium';
  src: url('../fonts/mitr-medium-webfont.woff2') format('woff2'),
       url('../fonts/mitr-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsbold';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
       url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppinsregular';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
       url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'varela_roundregular';
  src: url('../fonts/varelaround-regular-webfont.woff2') format('woff2'),
       url('../fonts/varelaround-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}