
/* Regular */

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}

/* Bold */

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}

/* Semibold */

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Semibold.ttf');
  font-weight: 600;
  font-style: normal;
}

/* ExtraBold */

@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf');
  font-weight: 800;
  font-style: normal;
}

