/* Fix WP admin bar offset */
body.admin-bar .header{ top:32px; }
@media (max-width:782px){ body.admin-bar .header{ top:46px; } }

/* Hide WP auto site title/header */
.site-title,
.site-description,
.wp-site-blocks > header,
header.wp-block-template-part,
.wp-block-site-title,
.wp-block-site-tagline {
  display: none !important;
}
