
 @tailwind preflight;

html {
  /* font-size: 62.5%; */
  font-size: 14px;
  overflow-x: hidden;
  font-family: 'Quicksand', sans-serif;
  --reach-dialog: 1; // Hack to stop reach warning about needing a stylesheet

  @screen sm {
    font-size: 16px;
  }
}
/* body {
  font-size: 1.4rem;
} */
*, :before, :after, h1, h2, h3, h4, h5, h6, hr, p, ul, ol, dl {
  margin: 0;
}
hr {
  border: 0;
  border-bottom: 1px solid lightgrey;
  width: 100%;
}
ul, ol {
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  @apply font-medium;
  color: inherit;
}
 
@tailwind components;
 
@tailwind utilities;
