  @font-face {
    font-family: "Gilroy";
    src: url("./fonts/Gilroy-Bold.eot");
    src: local("Gilroy Bold"), local("Gilroy-Bold"),
      url("./fonts/Gilroy-Bold.eot") format("embedded-opentype"),
      url("./fonts/Gilroy-Bold.woff") format("woff"),
      url("./fonts/Gilroy-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
  }

  @font-face {
    font-family: "Gilroy";
    src: url("./fonts/Gilroy-Medium.eot");
    src: local("Gilroy Medium"), local("Gilroy-Medium"),
      url("./fonts/Gilroy-Medium.eot") format("embedded-opentype"),
      url("./fonts/Gilroy-Medium.woff") format("woff"),
      url("./fonts/Gilroy-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
  }

  @font-face {
    font-family: "Gilroy";
    src: url("./fonts/Gilroy-Heavy.eot");
    src: local("Gilroy Heavy"), local("Gilroy-Heavy"),
      url("./fonts/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"),
      url("./fonts/Gilroy-Heavy.woff") format("woff"),
      url("./fonts/Gilroy-Heavy.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
  }

  @font-face {
    font-family: "Gilroy";
    src: url("./fonts/Gilroy-Regular.eot");
    src: local("Gilroy Regular"), local("Gilroy-Regular"),
      url("./fonts/Gilroy-Regular.eot") format("embedded-opentype"),
      url("./fonts/Gilroy-Regular.woff") format("woff"),
      url("./fonts/Gilroy-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
