/* Place Your Custom Styles Here */
body,
p {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-variation-settings: "wdth" 100;
}

p {
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 300;
}

a {
  color: #fff;
}

h5 {
  font-weight: 100;
  line-height: 1.5;
}

.typewriter h5 {
  width: 28ch;
  overflow: hidden;
  border-right: 0.15em solid #fff;
  white-space: nowrap;
  margin: 0 auto;
  animation: typing 2.5s steps(24), blink 0.5s step-end infinite alternate;
}

.button-custom {
  background-color: unset;
  border: 2px solid #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  outline: none;
  padding: 13px 23px;
  position: relative;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
  transition: box-shadow 0.2s, -ms-transform 0.1s, -webkit-transform 0.1s,
    transform 0.1s;
  user-select: none;
  -webkit-user-select: none;
  width: auto;
}
.button-custom:focus-visible {
  box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
  transition: box-shadow 0.2s;
}
.button-custom:active {
  background-color: #cfb612;
  border-color: #000000;
  transform: scale(0.96);
}
.button-custom:disabled {
  border-color: #dddddd;
  color: #dddddd;
  cursor: not-allowed;
  opacity: 1;
}
.button-custom:hover {
  box-shadow: #cfb612 0 0 0 2px, transparent 0 0 0 0;
  border: 1px solid #cfb612;
  background-color: #ffffff;
  color: #cfb612;
}

@media (min-width: 768px) {
  .button-64 {
    font-size: 24px;
    min-width: 196px;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

.image-bg {
  background-image: url("../images/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #cccccc;
}
