:root {
  --default-font-family:
    "Avenir Next Cyr", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
    "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
    "Source Han Sans CN", sans-serif;
}

@font-face {
  font-family: "Avenir Next Cyr";
  src: url("fonts/AvenirNextCyr-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Next Cyr";
  src: url("fonts/AvenirNextCyr-Demi.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

body {
  margin: 0;
  background: #380001;
}

a {
  text-decoration: none;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 50px;
  margin-top: 145px;
}

.footer-link {
  color: #a17d33;
  font-family:
    Avenir Next Cyr,
    var(--default-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1.4px;
  z-index: 175;
}
