/* Global title refinement: preserve the bold Jidello identity without the heavy block effect. */
h1,
h2 {
  font-weight: 800;
  letter-spacing: -0.04em;
}

h3 {
  font-weight: 750;
  letter-spacing: -0.025em;
}

/* The home page uses a slightly tighter display rhythm than the inner pages. */
.home-software-page .hero-main {
  font-weight: 800;
  letter-spacing: -0.048em;
}

.home-software-page h2 {
  font-weight: 800;
  letter-spacing: -0.035em;
}

.home-software-page h3 {
  font-weight: 750;
  letter-spacing: -0.022em;
}

@media (max-width: 680px) {
  h1,
  h2,
  .home-software-page .hero-main,
  .home-software-page h2 {
    letter-spacing: -0.03em;
  }

  h3,
  .home-software-page h3 {
    letter-spacing: -0.015em;
  }
}
