/* 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--heading-font);
  text-transform: uppercase;
  font-weight: 600;
}

lead {
  font-family: var(--wp--preset--font-family--heading-font);
  font-size: var(--wp--preset--font-size--m);
  font-weight: 400;
}
