/* Default typographic styles for current theme. Font-family, font-size, line-height, font margins/paddings and related only */

body {
  font: 400 15px/1.5em 'proxima-nova',Arial,Verdana,Helvetica,'Lucida Grande',sans-serif;
}

strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.5em 0;
  line-height: 1em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 1em;
}

p {
  margin-bottom: 1em;
}

dt {
  float: left;
  clear: both;
  width: 100%;
  margin: 0.5em 0;
  font-weight: bold;
}

dt label {
}
