/*
    common fonts used for Testlab app

    note: in e-mail templates, we refer the Lato from google web fonts service as a hosted font
*/
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(lato-light-webfont.woff2) format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url(lato-lightitalic-webfont.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(lato-regular-webfont.woff2) format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url(lato-italic-webfont.woff2) format('woff2');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(lato-bold-webfont.woff2) format('woff2');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url(lato-bolditalic-webfont.woff2) format('woff2');
}
