@font-face {
  font-family: "Prototype";
  src: url("./font/Prototype.ttf") format("truetype");
}

@font-face {
  font-family: "Gilroy";
  src: url("./font/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./font/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./font/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./font/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("./font/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
