@font-face {
  font-family: "AmericanTypewriter";
  src: url("/wp-content/themes/ranchoelchato/assets/fonts/American_Typewriter_Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AmericanTypewriter";
  src: url("/wp-content/themes/ranchoelchato/assets/fonts/American_Typewriter_Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "AmericanTypewriter", sans-serif;
}

.bg-footer {
  background-image: url("/wp-content/themes/ranchoelchato/assets/footer.png"); /* Ruta de la imagen del borde */
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.no-drag {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.zoomedout {
  opacity: 1 !important;
  transition: all 3s ease-in-out;
  transition-delay: 1s;
}

.zoomedin {
  opacity: 0;
  scale: 2;
  right: 8rem;
  top: -6.25rem;
  transition: opacity 5s ease-in-out, scale 5s;
}

.left {
  transform: translateX(0%) !important;
  transition: all 3s ease-in-out;
  transition-delay: 1s;
}

.right {
  transform: translateX(0%) !important;
  transition: all 3s ease-in-out;
  transition-delay: 1s;
}
