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

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

body {
  margin: 0;
  font-family: "Gilroy", sans-serif;
  font-size: 19px;
  line-height: 32px;
  letter-spacing: -0.2px;
}

.container {
  width: 1100px;
  margin: 0 auto;
}

.hero {
  color: #ffffff;
  padding-top: 185px;
  padding-bottom: 145px;
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 0%, #161c2d 99.54%), image-set("../images/background-image.jpg" 1x, "../images/background-image@2x.jpg" 2x); /**/
  /*background-blend-mode: multiply;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100%;
}

.hero__content {
  width: 590px;
}

.hero__title {
  margin: 0;
  margin-bottom: 29px;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -2px;
}

.hero__description {
  margin: 0;
  margin-bottom: 35px;
}

.hero__button {
  color: #ffffff;
  text-decoration: none;
  padding: 13px 77px 14px 21px;
  background-color: #473bf0;
  background-image: url("../images/tail-right.svg");
  background-position: center right 23px;
  background-repeat: no-repeat;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.6px;
}
