/* Typography
   ========================================================================== */

body {
    font-family: "Newsreader", serif;
    font-weight: 400;
    font-style: normal;
}

h1,h2,h3,h4 {
  /* font-family: "Inter", sans-serif; */
  font-family: "Newsreader", serif;
  font-weight: 700;
  font-style: normal;
  color: #3C3633;
}
  
img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 30px;
}

.container {
    max-width: 720px;
    margin: auto;
    padding: 60px 20px;
}

.card {
    margin: 30px 0;
}

hr {
    border: 1px solid #eee;
    width: 75%;
}

p {
    text-align: justify;
}

.toc {
    width: 100%;
}

.entry-name {
    width: 50%;
    float: left;
}

.entry-date {
    width: 50%;
    float: right;
    text-align: right;
    font-style: italic;
}

.entry {
    margin-bottom: 0.5em;
}

a {
    color: gray;
    text-decoration: none;
}

a:hover {
    color: #1EAEDB;
}

.toc:after {
  content: "";
  display: table;
  clear: both; }