/* Custom faces */

@import url(/fonts/graublau-web.css);

/* Sizing & line-heights */

body {
  font-size: 100%; /* 16pt */
  width: 76ex;
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-size: 3em; /* 48pt */
  line-height: 1.3125;
}

h2 {
  font-size: 2.25em; /* 36pt */
  line-height: 1.167;
}

h3 {
  font-size: 1.5em; /* 24pt */
  line-height: 1.75;
}

h4 {
  font-size: 1.3125em;
  line-height: 2;
}

h5, caption {
  font-size: 1.125em;
  line-height: 1.167;
  margin-bottom: 1.125em;
}

sub, sup {
  font-size: 0.75em;
  line-height: 1;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, caption, thead th {
  font-family: "Graublau Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

th, td {
  text-align: left;
}

tbody th {
  font-weight: normal;
}

caption {
  font-weight: bold;
}

table {
  margin: 0 auto;
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
}
