@layer theme, utils;

@import './typography.css';
@import './lists.css';
@import './notices.css';
@import './search-and-filter.css';
@import './cards.css';
@import './aus-map.css';
@import './dialogs.css';
@import './knowledgebase.css';

@media (width < 980px){
  html {
    --standard-mobile-spacing: 30px;
  }
}


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

  #wpadminbar {
    position: fixed;
  }
}

@keyframes purplePseudoElemExpand {
  from {
    height: 0;
    width: 0;
  }
  to {
    height: var(--animation-to-height);
    width: var(--animation-to-width);
  }
}