@layer theme, utils;

@import './typography.css';
@import './lists.css';
@import './notices.css';
/* @import './search-and-filter.css'; */

@media (width < 600px) {
  html {
    margin-top: 0 !important;
  }

  #wpadminbar {
    display: none !important;
  }
}

section[id], div[id] {
  scroll-margin-top: var(--header-total-height, 100px);
}

html:has(body.admin-bar){
  margin-top: 0!important;
}