@layer theme, utils;

@import './typography.css';
@import './lists.css';
@import './notices.css';

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

  #wpadminbar {
    display: none !important;
  }
}


