/* Entry point for your PostCSS build */
* {
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  /* accent-color: var(--theme-accent-colour); */
}
