/* Nunito */
@font-face {
  font-family: 'Nunito';
  src: url("fonts/Nunito/Nunito-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url("fonts/Nunito/Nunito-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Nunito';
  src: url("fonts/Nunito/Nunito-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Nunito';
  src: url("fonts/Nunito/Nunito-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}

/* UbuntuMono */
@font-face {
  font-family: 'UbuntuMono';
  src: url("fonts/UbuntuMono/UbuntuMono-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'UbuntuMono';
  src: url("fonts/UbuntuMono/UbuntuMono-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'UbuntuMono';
  src: url("fonts/UbuntuMono/UbuntuMono-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'UbuntuMono';
  src: url("fonts/UbuntuMono/UbuntuMono-BoldItalic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
}