body {
  font-family: "Public Sans", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #333333;
  background: #fafafa;
  line-height: 1.5;
}
body .container {
  background-color: #fafafa;
  max-width: 690px;
  margin: 1em auto;
  min-width: 0;
  padding: 50px;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 600;
  margin: 2em 0 0.5em 0;
  line-height: 1.25;
}
body h1 {
  font-size: 25px;
}
body h2 {
  font-size: 20px;
}
body h3 {
  font-size: 18px;
}
body strong, body b {
  font-weight: 600;
}
body a {
  color: #C0392B;
  text-decoration: underline;
  text-decoration-color: #C0392B;
  text-underline-offset: 0.2em;
}
body a:hover {
  color: #333333;
  text-decoration-color: #333333;
}
body p {
  margin: 1em 0;
}
body img {
  background: #fff;
  border: 1px solid rgba(107, 114, 128, 0.1);
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  max-width: calc(100% - 1em);
  padding: 1em;
}
body ul, body ol {
  margin: 1em 0;
  padding-left: 2em;
}
body ul li, body ol li {
  padding-left: 0.5em;
  margin-bottom: 0.25em;
  margin-top: 0.25em;
}
body ul li::marker, body ol li::marker {
  color: #C0392B;
  font-size: 1em;
}
body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
body table tr {
  border-top: 1px solid rgba(107, 114, 128, 0.5);
}
body th, body td {
  padding: 0.75em;
  text-align: left;
  border-bottom: 1px solid rgba(107, 114, 128, 0.5);
}
body th {
  font-weight: 600;
  border-bottom: 2px solid rgba(107, 114, 128, 0.7);
}
@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
  body h1 {
    font-size: 24px;
  }
  body h2 {
    font-size: 20px;
  }
  body h3 {
    font-size: 16px;
  }
  body .container {
    padding: 20px;
  }
}
body ::selection {
  background: #C0392B;
  color: #fafafa;
}

.site-header {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.3em;
  min-width: 0;
  margin-bottom: 3em;
}
.site-header .site-title, .site-header .site-menu a {
  text-decoration: none;
}
.site-header h1, .site-header .site-title {
  color: #C0392B;
  font-weight: 600;
  line-height: 1.5;
  font-size: 21px;
  flex: 0 1 auto;
  padding: 0px;
  margin: 0px;
}
@media screen and (max-width: 640px) {
  .site-header h1, .site-header .site-title {
    font-size: 16px;
  }
}
.site-header .site-menu {
  display: flex;
  gap: 1.25em;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  min-width: 0;
}
.site-header .site-menu a {
  color: #333333;
  font-weight: 600;
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
}
.site-header .site-menu a:hover {
  color: #C0392B;
  text-decoration: underline;
  text-decoration-color: #C0392B;
  text-underline-offset: 0.2em;
}
@media screen and (max-width: 640px) {
  .site-header .site-menu a {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .site-header .site-menu {
    gap: 0.5em;
    flex-direction: row;
    align-items: center;
  }
}

.post {
  margin-top: 5em;
}
.post .post-header {
  text-align: center;
  font-family: inherit;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
}
.post .post-date {
  color: #6b7280 !important;
  font-family: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Courier New", monospace !important;
  font-size: 0.8em;
  margin-bottom: -3em;
}

.img-right {
  display: block;
  max-width: 50%;
  float: right;
  margin-left: 1.5em;
  margin-top: 0em;
  padding: 0px;
}
@media screen and (max-width: 640px) {
  .img-right {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

.img-left {
  display: block;
  max-width: 50%;
  float: left;
  margin-right: 1.5em;
  margin-top: 0em;
  padding: 0px;
}
@media screen and (max-width: 640px) {
  .img-left {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}

.img-caption {
  color: #6b7280;
  font-family: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Courier New", monospace;
  font-size: 0.6em;
  text-align: center;
  display: block;
  margin-top: -1.5em;
  margin-bottom: 2.5em;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 2em;
}
.footer-content .copyright {
  color: #6b7280;
  font-family: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Courier New", monospace !important;
  font-size: 0.8em;
  margin: 0;
}
.footer-content .copyright a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-content .copyright a:hover {
  color: #C0392B;
  text-decoration: underline;
  text-decoration-color: #C0392B;
}
.footer-content .social-icons {
  display: flex;
  gap: 1em;
  align-items: center;
}
.footer-content .social-icons i {
  color: #6b7280 !important;
  font-size: 1.2em;
  text-decoration: none;
  border-bottom: none;
  transition: color 0.2s;
}
.footer-content .social-icons i:hover {
  color: #C0392B !important;
  text-decoration: none;
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
  .footer-content .social-icons {
    justify-content: center;
  }
}

.highlight {
  background-color: rgba(211, 47, 47, 0.1);
  font-weight: 500;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}

.code-inline {
  background-color: rgba(136, 136, 136, 0.1);
  font-family: "SFMono-Regular", "Menlo", "Monaco", "Consolas", "Courier New", monospace;
  font-size: 0.9em;
  padding: 0.2em 0.4em;
  border-radius: 3px;
}

.callout {
  background-color: rgba(211, 47, 47, 0.05);
  border-left: 4px solid #C0392B;
  padding: 1em;
  margin: 1.5em 0;
  border-radius: 0 3px 3px 0;
}
.callout.info {
  background-color: rgba(59, 130, 246, 0.05);
  border-left-color: rgb(59, 130, 246);
}
.callout.warning {
  background-color: rgba(245, 158, 11, 0.05);
  border-left-color: rgb(245, 158, 11);
}
.callout.success {
  background-color: rgba(34, 197, 94, 0.05);
  border-left-color: rgb(34, 197, 94);
}

/*# sourceMappingURL=cid.css.map */
