@font-face {
  font-family: 'EditorialNew';
  font-weight: 400;
  font-style: normal;
  src: url("fonts/editorial_new/PPEditorialNew-Regular.otf");
}

body {
  font-family: 'EditorialNew';
  max-width: 500px;
  margin: 0 auto;
  padding: 2rem;
  line-height: 1.6;
}

#main-title {
  font-size: 2em;
  text-align: center;
}

.article-title {
  font-size: 2.5em;
  font-weight: 100;
  padding: 0;
  margin: 0;
}

h3 {
  font-size: 2em;
  font-weight: 100;
}

p {
  line-height: 2.25em;
}

hr {
  margin: 2em auto;
}

table {
  margin: 0 auto;  /* center the table */
  border-collapse: collapse;
}

th, td {
  padding: 8px 12px;
  border: 1px solid #dddddda9;
  font-weight: 100;
}

th {
  background: #f5f5f5;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;  /* center images */
}
