@font-face {
  font-family: 'Gilroy';
  font-style:  normal;
  font-weight: 400;
  font-display: swap;
  src: url("Roboto-Regular.woff2") format("woff2"),
       url("Roboto-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Gilroy';
  font-style:  normal;
  font-weight: 900;
  font-display: swap;
  src: url("Poppins-SemiBold.woff2") format("woff2"),
       url("Poppins-SemiBold.woff") format("woff");
}