
body {
  font-family: "Mate", "mate", "Alegreya", "Gentium Book Basic", "Georgia", serif;
}
h2, .amp {
  font-family: "Mate SC", "mate-sc", "Alegreya SC", "Gentium Book Basic", "Georgia", serif;
}

body {
  font-size: 24px;  line-height: 32px;
}

body {
  background-color: #7f7f7f;  color: #000;
}

body {
  margin: 0;  padding: 64px 64px;
}

/* 194 * 120, 5 * 20, phi */

h1 {
  font-size: inherit;  line-height: inherit;
  font-weight: inherit;
  margin: 0;  padding: 0;
  margin-bottom: 32px;
}
h1 {
  color: #333;
}
h1 strong {
  color: #fff;
  font-weight: inherit;
}

h2 {
  font-weight: inherit;
  font-size: inherit;  line-height: inherit;
  margin: 0;  padding: 0;
  /* small caps */
  text-transform: lowercase;
  /* letter-spacing: 1px; */
  margin-top: 32px;
}

p {
  margin: 0;  padding: 0;
}
p + p {
  text-indent: 32px;
}

address {
  font-size: inherit;
  font-style: inherit;
  margin: 0;  padding: 0;
  margin-top: 32px;
  color: #333;
}

strong {
  font-weight: inherit;
}

a:link, a:visited {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #ccc;
}
a:hover, a:active {
  text-decoration: underline;
}
