body {
    background-color: white;
    font-size: 1.2rem;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
a {
    color: #C41230;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
    color: #7c0b20;
}

h1, h2, h3, h4 {
  font-family: "DM Serif Display", serif;
}
h1 {
  font-weight: 800;
}
h2, h3, h4 {
  font-weight: 400;
}
.blogpost h2 {
  border-bottom: 1px dotted;
  margin-top: 1.5rem;
}

li:target, div:target {
    background-color: #FFFFCC;
    border: 1px dotted #C41230;
}

.anchor {
    text-decoration: none;
    border: none !important;
    line-height: 1;
}
.anchor-icon {
    vertical-align: middle;
    visibility: hidden;
}
h2:hover .anchor-icon {
    visibility: visible;
}

.sidecomment {
  background-color: #e6e7e8;
/*   border: 1px dotted #eff0f1; */
}
.homepage-info {
    font-size: 90% !important;
}
.homepage-info dd {
    margin-bottom: 0.1rem !important;
}

@media (max-width: 1024px) {
  .blogpost h1 {
    font-size: 3.5rem;
    line-height: 1.1;
  }
  .blogpost h2 {
      font-size: 2rem;
  }
}
