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

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

@font-face {
  font-family: 'PoppinsRegular';
  src: url("fonts/Poppins/poppins-v15-latin-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'PoppinsBoldItalic';
  src: url("fonts/Poppins/poppins-v15-latin-600italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'PoppinsBold';
  src: url("fonts/Poppins/poppins-v15-latin-700.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaBold';
  src: url("fonts/helvetica-lt-std-bold-condensed.otf") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaLight';
  src: url("fonts/helvetica-lt-std-light-condensed.otf") format("woff");
  font-weight: bold;
  font-style: normal;
}