body {
  padding: 0;
  margin: 0;
  color: white;
  font-size: 9pt;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 2em;
}

p, body, input {
  font-family: 'Roboto', sans-serif;
}

p.label { color: #ecf0f1; }
