@layer theme, utils;

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

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

  #wpadminbar {
    display: none !important;
  }
}

/* Convert REM to PX */
html {
  font-size: 62.5%;
}
.animate__draw-path,
.animate__reveal-path {
  opacity: 0;
}
