.heading {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 0.95;
  letter-spacing: -0.04em; /* Pulls the condensed letters tighter */
}

.subheading {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  /* font-size: 1rem; */
  color: #111111;
  text-decoration: none;
  letter-spacing: -0.01em; /* Subtle modern UI spacing adjustment */
}
