
html {
  height: 100%;
  font-family: 'Age of Product';
  font-weight: 300;
  font-size: 13px;
  background-color: transparent;
}

body {
  min-height: 100%;
}

p {
  color: #247;
  letter-spacing: normal;
  line-height: 1.4em;
}

h1 {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 1.2em;
  color: #247;
  font-weight: 700;
}

em {
  font-style: normal;
  color: #fff;
}

p a {
  color: #247;
  padding: 1px;
  border-bottom: 1px solid #247;
  transition: border-color 0.5s ease 0s;
}

p a:hover {
  border-color: #fff;
}

.utility-nowrap-narrow {
  white-space: nowrap;
}

@media (min-width: 360px) {
  .utility-nowrap-wide {
    white-space: nowrap;
  }
}
