@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: normal;
  src: local("PT Sans"), local("PTSans-Regular"), url("../PT-Sans/regular-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: normal;
  src: local("PT Sans"), local("PTSans-Regular"), url("../PT-Sans/regular-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: normal;
  src: local("PT Sans"), local("PTSans-Regular"), url("../PT-Sans/regular-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: normal;
  src: local("PT Sans"), local("PTSans-Regular"), url("../PT-Sans/regular-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: bold;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("../PT-Sans/bold-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: bold;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("../PT-Sans/bold-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: bold;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("../PT-Sans/bold-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: bold;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("../PT-Sans/bold-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body {
  background: #ffffff;
  color: #111218;
  font-family: "PT Sans", sans-serif;
  font-size: calc(0.8rem + 0.2vw);
  line-height: 1.6;
}

p {
  text-align: justify;
}

a {
  color: #46f;
  text-decoration: inherit;
}
a:hover {
  text-decoration: underline;
}

header a, footer a, aside a {
  color: inherit;
}

hr {
  border: 1px dashed;
  margin: 2em 0;
}

article {
  border-bottom: 1.5px solid rgba(136, 136.5, 139.5, 0.18);
}

blockquote {
  background: rgba(136, 136.5, 139.5, 0.09);
  border-left: 3px solid rgba(136, 136.5, 139.5, 0.9);
  padding: 1px 1.5em;
  opacity: 0.75;
}

blockquote, figure {
  margin: 1em 0;
}

img {
  margin: 0.5em 0;
  border-radius: 2px;
  max-width: 100%;
  height: auto;
}

li {
  margin: 0.25em 0;
}

table {
  display: inline-block;
  max-width: 100%;
  overflow-y: auto;
  border-collapse: collapse;
  border-radius: 2px;
}

th, td {
  padding: 0.5em 1em;
  border: 1px solid rgba(136, 136.5, 139.5, 0.24);
}

thead, tr:hover td, tr:hover th {
  background: rgba(136, 136.5, 139.5, 0.12);
}

pre {
  background: rgba(136, 136.5, 139.5, 0.12);
  border-radius: 2px;
  font-size: 0.8em;
  margin: 1.5em 0;
  padding: 0.8em 1.2em;
  overflow-x: auto;
}

:not(pre) > code {
  font-size: 0.9em;
  background: rgba(136, 136.5, 139.5, 0.15);
  opacity: 0.7;
  border-radius: 2px;
  margin: 0 0.1em;
  padding: 0.2em 0.4em;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
}
body > * {
  padding: 1.5em;
  flex-grow: 1;
}
body > header, body > footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-grow: 0;
}
body > header nav, body > footer nav {
  margin: 0.5em -1.3em;
}
body > header nav a, body > footer nav a {
  display: inline-block;
  margin: 0 1.3em;
}

.title {
  font-size: 1.25em;
}

.meta h1 {
  font-size: 1.7em;
  margin: 0 0 0.1em;
}

.meta, .archive {
  -webkit-font-smoothing: antialiased;
}
.meta time, .archive time {
  color: rgb(136, 136.5, 139.5);
}

.more {
  margin: 2em 0 1em;
}
.more a {
  border-radius: 2px;
  border: 1.5px solid #46f;
  padding: 0.4em 0.8em;
  transition: 0.2s background, 0.2s color;
}
.more a:hover {
  color: #fff;
  background: #46f;
  text-decoration: inherit;
}

.archive {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
}
.archive li {
  margin: 0;
  padding: 0.4em 0;
}
.archive li:not(:last-of-type) {
  border-bottom: 1.5px dashed rgba(136, 136.5, 139.5, 0.25);
}
.archive a {
  font-weight: 600;
  color: inherit;
  transition: 0.2s color;
  margin-left: 0.75em;
}
.archive a:hover {
  color: #46f;
  text-decoration: none;
}

.icon {
  height: 1.05em;
  width: 1.05em;
  fill: currentColor;
  transition: 0.2s color;
  vertical-align: middle;
}
a:hover .icon {
  color: rgb(136, 136.5, 139.5);
}

.katex {
  overflow-x: auto;
  overflow-y: hidden;
}

.rouge-table th, .rouge-table td, .gist th, .gist td {
  border: none;
}

.rouge-table, .rouge-table th, .rouge-table td, .rouge-table pre {
  font-size: inherit;
  background: inherit !important;
  margin: 0;
  padding: 0;
}
.rouge-table .gl {
  padding-right: 1em;
  opacity: 0.6;
}

.highlight pre {
  background: rgb(48.7195121951, 51.5853658537, 68.7804878049);
  color: #ffffff;
}
.highlight .c, .highlight .ch, .highlight .cd, .highlight .cpf, .highlight .cm, .highlight .c1 {
  color: #5e5d83;
  font-style: italic;
}
.highlight .cp {
  color: #465457;
  font-weight: bold;
}
.highlight .cs {
  color: #465457;
  font-weight: bold;
  font-style: italic;
}
.highlight .err {
  color: #f8f8f2;
  background-color: #403d3d;
}
.highlight .gi {
  color: #a6e22e;
}
.highlight .gd {
  color: #f92672;
}
.highlight .ge {
  color: #1b1d1e;
  font-style: italic;
}
.highlight .gr, .highlight .gt {
  color: #f92672;
}
.highlight .gh, .highlight .go {
  color: #403d3d;
}
.highlight .gp {
  color: #66d9ef;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #465457;
}
.highlight .k, .highlight .kv, .highlight .kc, .highlight .kd, .highlight .kp, .highlight .kr, .highlight .kt {
  color: #66d9ef;
  font-weight: bold;
}
.highlight .kn, .highlight .ow, .highlight .o {
  color: #f92672;
  font-weight: bold;
}
.highlight .mf, .highlight .mh, .highlight .il, .highlight .mi, .highlight .mo, .highlight .m, .highlight .mb, .highlight .mx, .highlight .se {
  color: #af87ff;
}
.highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .si, .highlight .sx, .highlight .sr, .highlight .s1, .highlight .ss, .highlight .s, .highlight .sa, .highlight .dl {
  color: #d7d787;
}
.highlight .na {
  color: #a6e22e;
}
.highlight .nc, .highlight .nd, .highlight .ne, .highlight .nf, .highlight .fm {
  color: #a6e22e;
  font-weight: bold;
}
.highlight .no {
  color: #66d9ef;
}
.highlight .bp, .highlight .nb, .highlight .ni, .highlight .nn, .highlight .vc, .highlight .vg, .highlight .vi, .highlight .nv, .highlight .vm, .highlight .w {
  color: #f8f8f2;
}
.highlight .nl {
  color: #f8f8f2;
  font-weight: bold;
}
.highlight .nt {
  color: #f92672;
}

html {
  background: rgb(237.2048780488, 237.9463414634, 242.3951219512);
  padding: 0 calc(38% - 22em);
}

@media (min-width: 32em) {
  body > * {
    padding: 1.75em calc(22% - 6em);
  }
}
body {
  box-shadow: 0 0 1em rgba(136, 136.5, 139.5, 0.15);
}

body > header, body > footer {
  background: rgb(42.3756097561, 44.8682926829, 59.8243902439);
  color: #ffffff;
}

@media (prefers-color-scheme: dark) {
  html, body, body > header, body > footer, body > article {
    background: rgb(29.687804878, 31.4341463415, 41.912195122);
    color: #ffffff;
    box-shadow: 0 0 0 1px rgb(63.5219512195, 67.2585365854, 89.6780487805);
  }
}

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