/* Webfont: Lato-Bold */
@font-face {
  font-family: 'LatoWebBold';
  src: url('fonts/Poppins-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-weight: lighter;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-SemiBold */
@font-face {
  font-family: 'LatoWebSemibold';
  src: url('fonts/Poppins-Medium.ttf') format('truetype');
  font-style: normal;
  font-weight: lighter;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Regular */
@font-face {
  font-family: 'LatoWeb';
  src: url('fonts/Poppins-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: lighter;
  text-rendering: optimizeLegibility;
}

/* Webfont: UbuntuMono */
@font-face {
  font-family: 'UbuntuMono';
  src:url('fonts/Poppins-Light.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
