@font-face {
  font-family: Inter;
  font-weight: 400;
  font-style: normal;
  src: local("Lato"),
       url("../fonts/Inter-Regular.woff2") format('woff2'),
       url("../fonts/Inter-Regular.woff") format('woff'),
       url("../fonts/Inter-Regular.eot") format('eot');
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  src: local("Lato"),
       url("../fonts/Roboto-Regular.woff2") format('woff2'),
       url("../fonts/Roboto-Regular.woff") format('woff'),
       url("../fonts/Roboto-Regular.eot") format('eot');
  font-display: swap;
}