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

/* medium */
@font-face {
  font-family: 'Lato';
  src: url('./Lato-Medium.woff');
  font-weight: 500;
}

/* bold */
@font-face {
  font-family: 'Lato';
  src: url('./Lato-Bold.woff');
  font-weight: 700;
}

/* highlight */
@font-face {
  font-family: 'Fredoka';
  src: url('./Fredoka-Regular.woff');
  font-weight: 400;
}
