/* Base typography - minimal override for Mockup 2 */

body,
td,
th,
tr,
p {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2c2c2c;
}

a {
  color: #4a90e2;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #357abd;
  text-decoration: underline;
}

strong {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 16px;
  font-weight: 600;
}

heading {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 22px;
}

papertitle {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 16px;
  font-weight: 700;
}

name {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 32px;
}
