/* All custom css to the header template part in her */

main:first-of-type {
  min-height: 6rem;
}

@media (max-width: 768px) {
  main:first-of-type {
    min-height: 3rem;
  }
}

trompet {
  font-family: var(--wp--preset--font-family--header-font);
  text-transform: inherit;
  font-weight: 800;
  color: var(--wp--preset--color--system-text);
}
.heading-group h1 {
  color: var(--wp--preset--color--system-text);
}

lead {
  font-family: var(--wp--preset--font-family--header-font);
  font-size: var(--wp--preset--font-size--r);
  font-weight: 200;
  letter-spacing: 0.04rem;
  color: var(--wp--preset--color--system-text);
}
