/* Thin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url(https://graphcomp.com/fonts/Lato/Lato-Thin.woff2) format('woff2');
}

/* Thin Italic */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: url(https://graphcomp.com/fonts/Lato/Lato-ThinItalic.woff2) format('woff2');
}

/* Light */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(https://graphcomp.com/fonts/Lato/Lato-Light.woff2) format('woff2');
}

/* Light Italic */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url(https://graphcomp.com/fonts/Lato/Lato-LightItalic.woff2) format('woff2');
}

/* Regular */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://graphcomp.com/fonts/Lato/Lato-Regular.woff2) format('woff2');
}

/* Regular Italic */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url(https://graphcomp.com/fonts/Lato/Lato-Italic.woff2) format('woff2');
}

/* Bold */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(https://graphcomp.com/fonts/Lato/Lato-Bold.woff2) format('woff2');
}

/* Bold Italic */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url(https://graphcomp.com/fonts/Lato/Lato-BoldItalic.woff2) format('woff2');
}

/* Black */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url(https://graphcomp.com/fonts/Lato/Lato-ExtraBold.woff2) format('woff2');
}

/* Black Italic */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url(https://graphcomp.com/fonts/Lato/Lato-ExtraBoldItalic.woff2) format('woff2');
}
