/* Load Public Sans (Regular) */
@font-face {
  font-family: 'Public Sans';
  src: url('PublicSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Make it the default for the whole website */
body {
  margin: 0;
  padding: 0;
  font-family: 'Public Sans', sans-serif;
  font-size: 16px;
  background: #ffffff;
  color: #000000;
}

/* Optional basic styling — totally safe to tweak or delete */
a {
  color: inherit;
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Public Sans', sans-serif;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
}

p {
  line-height: 1.6;
  margin: 1em 0;
}
