/* custom.css */
.btn_type_2 {
  --btn-img-url: url("../images/btn/btn-2.webp");
  --btn-img-hover-url: url("../images/btn/btn-2-hover.webp");
}

.btn_type_3 {
  --btn-img-url: url("../images/btn/btn-3.webp");
  --btn-img-hover-url: url("../images/btn/btn-3-hover.webp");
}

.server__gift {
  background-image: url("../images/server/gift.webp");
}

.downloads__ico {
  object-fit: contain;
}
