@font-face {
    font-family: 'Old London';
    src: url('OldLondon.ttf');
}

.noto-serif {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.navbar {
  text-align: center;
}

.navbar-title {
  text-decoration: none;
  color: black;
  font-size: 1.75em;
  margin-top: 12px;
  margin-bottom: 16px;
  font-weight: normal;
  font-family: 'Old London';
}

.navbar-hr {
  border: #CECECE 1px solid;
  border-top: transparent;
}

.main {
  margin: 0 auto 32px;
  padding: 0 8px 0 8px;
  max-width: 825px;
  font-family: 'Noto Serif';
}

.article-title {
  margin-top: 16px;
  margin-bottom: 0;
  text-decoration: none;
  color: black;
}

.date {
  color: gray;
  
  margin-top: 4px;
  margin-bottom: 8px;
}

.article-description {
  margin-top: 8px;
  margin-bottom: 16px;
}

.separator {
  border: #CECECE 1px solid;
  border-top: transparent;
}

.big-article-title {
  font-size: 1.75em;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 8px;
}

.big-article-description {
  font-size: 1.20em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 8px;
}

.article-content {
  font-size: 1.15em;
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  font-size: 1.05em;
}