@charset "UTF-8";
/* cyrillic-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0-ExdGM.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0aExdGM.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0yExdGM.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0KExQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*

github.com style (c) Vasily Polovnyov <vast@whiteants.net>

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #333;
  background: #f8f8f8;
}

.hljs-comment,
.hljs-quote {
  color: #998;
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-subst {
  color: #333;
  font-weight: bold;
}

.hljs-number,
.hljs-literal,
.hljs-variable,
.hljs-template-variable,
.hljs-tag .hljs-attr {
  color: #008080;
}

.hljs-string,
.hljs-doctag {
  color: #d14;
}

.hljs-title,
.hljs-section,
.hljs-selector-id {
  color: #900;
  font-weight: bold;
}

.hljs-subst {
  font-weight: normal;
}

.hljs-type,
.hljs-class .hljs-title {
  color: #458;
  font-weight: bold;
}

.hljs-tag,
.hljs-name,
.hljs-attribute {
  color: #000080;
  font-weight: normal;
}

.hljs-regexp,
.hljs-link {
  color: #009926;
}

.hljs-symbol,
.hljs-bullet {
  color: #990073;
}

.hljs-built_in,
.hljs-builtin-name {
  color: #0086b3;
}

.hljs-meta {
  color: #999;
  font-weight: bold;
}

.hljs-deletion {
  background: #fdd;
}

.hljs-addition {
  background: #dfd;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.archive-post + .collection-title {
  margin-top: 30px;
}

.archive-title.tag, .archive-title.category {
  margin: 15px 0;
}
.archive-title .archive-name {
  margin: 0;
  display: inline-block;
  font-weight: 400;
}

.collection-title .archive-year {
  margin: 18px 0;
}

.archive-post {
  margin: 15px 0;
}
.archive-post .archive-post-time {
  float: left;
  overflow: hidden;
  color: #aaa;
  line-height: 25px;
  display: block;
}
.archive-post .archive-post-title {
  margin-left: 85px;
  display: block;
}
.archive-post .archive-post-title .archive-post-link {
  color: rgb(51, 51, 51);
}
.archive-post::first-child {
  margin-top: 20px;
}
.archive-post .readtime {
  color: #999;
  font-size: smaller;
  margin-left: 10px;
}

header {
  padding: 0 20px !important;
}

figure {
  margin: 0;
}

table {
  width: 100%;
}

div, article, header, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "mp-serif";
  src: url("../fonts/charter.otf");
}
@font-face {
  font-family: "mp-sans";
  src: url("../fonts/Lato-Regular.ttf");
}
html {
  font-family: "mp-serif", Georgia, Cambria, "Times New Roman", Times, serif !important;
  font-size: 19px;
  color: #333;
}
@media (max-width: 700px) {
  html {
    font-size: 17px;
  }
}

a {
  color: #333;
  color: #555;
}
a:hover {
  text-decoration: underline;
  color: #888;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans", sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h1 article, h2 article, h3 article, h4 article, h5 article, h6 article {
  text-align: center;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1.12rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.75rem;
}

#container {
  display: grid;
  grid-template-rows: auto 1fr;
  max-width: 900px;
  margin: auto;
}
@media (max-width: 700px) {
  #container {
    padding: 0px;
  }
}

* {
  min-width: 0;
}

.subtitle {
  text-align: center;
  margin: 20px 0;
  color: #888;
  font-style: italic;
  font-size: smaller;
}

.hljs {
  border-radius: 5px;
  font-size: smaller;
  max-height: 500px;
  border: 1px solid #ddd;
}

article {
  padding: 20px;
}
#article-header {
  padding: 10px 0;
  margin-bottom: 20px;
}
#article-header h1 {
  text-transform: capitalize;
}
#article-header h2 {
  font-weight: normal;
}
#article-header .published {
  color: #888;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 1px;
  font-size: small;
  text-transform: uppercase;
  /*
  border-top: 1px solid #e3e3e5;
  border-bottom: 1px solid #e3e3e5;
  */
  padding: 1em 0;
  /*
  margin-bottom: 10px;
  */
}
@media (max-width: 700px) {
  #article-header .toc {
    display: none;
  }
}

p {
  display: block;
  line-height: 32px;
  margin-bottom: 28px;
}
@media (max-width: 700px) {
  p {
    line-height: 1.5;
  }
}

code {
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
}

.image-row {
  text-align: center;
  margin-bottom: 1rem;
}
.image-row * {
  max-width: 100%;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

li {
  line-height: 1.5em;
}

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