.title,
.subtitle {
  font-family: "Neue Machina", sans-serif;
  font-style: normal;
}

.title {
  font-size: clamp(24px, 8vw, 165px);
  text-align: left;
  margin: 0;
  margin-bottom: 0 !important;
  line-height: 1;
  font-weight: 800; 
}

@media (max-width: 768px) {
  .title {
    font-size: clamp(42px, 14vw, 96px); 
    line-height: 1.05;
    letter-spacing: 0.02em;
    color: white;
    -webkit-text-stroke: 2px black;
    text-shadow: none;
    text-align: center;
  }
}


.subtitle {
  font-size: clamp(24px, 5vw, 48px);
  color: #cfcfcf;
  text-align: left;
  display: inline-block;
  margin: 0;
  margin-top: 0 !important;
  line-height: 1;
  font-weight: 400; 
}

@media (max-width: 768px) {
  .subtitle {
    font-size: clamp(22px, 6.5vw, 36px); 
    font-weight: 800;
    letter-spacing: 0.02em;
    opacity: 0.95;
    -webkit-text-stroke: 1.5px black;
  }
}
