@font-face {
  font-family: 'UnicoDisplay';
  src: url('../fonts/UnicoDisplay-Regular.ttf');
}

.btn-custom {
  background: rgb(247, 50, 90);
}

.btn-custom:hover {
  background: rgb(255, 69, 97);
}

@media (max-height: 653px), (max-width: 389px) {
  .resizer {
    transform: scale(0.75);
    transform-origin: center left;
  }
}

@media (max-width: 767px) {
  .origin {
    transform-origin: center;
  }
}

@media (width >= 768px) and (1000px <= height <= 1200px) {
  .resizer {
    transform: scale(1.1);
    padding-left: 30px;
  }
}