body {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 40pt;
}

p {
  margin-top: 2em;
  font-size: 11pt;
}

#freqChart {
  width: 100%;
  height: 350px;
}

#voltsChart {
  width: 100%;
  height: 350px;
}
