@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("fonts/Gilroy-Medium.woff2"),
      url("fonts/Gilroy-Medium.woff");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("fonts/Gilroy-Semibold.woff2"),
      url("fonts/Gilroy-Semibold.woff");
}

@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("fonts/Gilroy-Bold.woff2"),
      url("fonts/Gilroy-Bold.woff");
}