@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Catamaran&family=Open+Sans:wght@400;500;600&display=swap&subset=latin-ext");

body {
    font-family: "Catamaran script=latin rev=2", "Catamaran", "Open Sans script=latin rev=2", "Open Sans", sans-serif;
    margin-top: 120px;
}

h1 { font-size: 2.00rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.50rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.00rem; }

header.navbar-light {
  background: #fafafa;
  border-bottom: 1px solid #c0c0c0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

div#footer {
    margin-top: 70px;
}

div.post-list-item {
  margin-bottom: 70px;
}

div.post-list-item > h1 > a:link,
div.post-list-item > h1 > a:visited,
div.post-list-item > h1 > a:hover,
div.post-list-item > h1 > a:active {
  text-decoration: none;
  color: black;
}

div.post-list-item > h1 > a:hover {
  color: #666666;
}

div.post-header {
  margin-bottom: 60px;
}

div.post-content pre,
div.post-content code {
  background-color: #fcfcfc;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  font-size: small;
}

div.post-content pre {
  padding: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}

div.post-content p code {
  padding-left: 5px;
  padding-right: 5px;
}

div.post-content pre code {
  background: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

div.post-content .post-image {
  margin-top: 20px;
  margin-bottom: 40px;
}

div.post-content .post-image .image-block {
  display: inline-block;
  padding: 6px;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
  
  overflow-wrap: break-word;
  font-size: small;
  font-style: italic;
}

div.post-content .post-image .image-block a {
  display: inline-block;
}

div.post-content .post-image .image-block span {
  display: block;
  margin-top: 6px;
}

div.post-content h1,
div.post-content h2,
div.post-content h3 {
    margin-top: 60px;
}

div.post-content h4,
div.post-content h5 {
    margin-top: 40px;
}

div.post-share-buttons i {
  width: 1.30em;
}

.katex {
    font-size: 1.00rem !important;
}