@font-face {
  font-family: "Anonymous Pro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Anonymous Pro"), local("Anonymous-Pro-regular"), url("/fonts/Anonymous-Pro-regular/Anonymous-Pro-regular.woff2") format("woff2"), url("/fonts/Anonymous-Pro-regular/Anonymous-Pro-regular.woff") format("woff");
}
@font-face {
  font-family: "untitled-serif";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("untitled-serif"), local("untitled-serif-regular"), url("/fonts/untitled-serif/untitled-serif-web-regular.woff2") format("woff2"), url("/fonts/untitled-serif/untitled-serif-web-regular.woff") format("woff");
}
@font-face {
  font-family: "untitled-sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("untitled-sans"), local("untitled-sans-regular"), url("/fonts/untitled-sans/untitled-sans-regular.woff2") format("woff2");
}
/*
:root {
    --background-color: #f7f7f7;
    --off-color: #f0f0f0;
    --header-color: #000000;
    --text-color: #000000;
    --rule-color: #333333;
    --link-color: #104e66;
}
*/
:root {
  --background-color: #0e0d11;
  --off-color: #6272a4;
  --header-color: #f8f8f2;
  --text-color: #c0becc;
  --rule-color: #44475a;
  --link-color: #ff79c6;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: var(--background-color);
}

html {
  font-family: "untitled-sans", sans-serif;
  line-height: 1.5;
  letter-spacing: -0.025rem;
  font-weight: 400;
  font-style: normal;
}

@media (min-width: 38em) {
  html {
    font-size: 1.1em;
  }
}
body {
  color: var(--text-color);
  background-color: var(--background-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a {
  color: var(--text-color);
  text-decoration: underline;
  text-decoration-thickness: 0.05rem;
  text-decoration-color: var(--link-color);
}

h1 a {
  text-decoration: none;
}

h4 a {
  text-decoration: none;
}

a strong {
  color: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: "untitled-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--text-color);
  letter-spacing: -0.025rem;
  margin-bottom: 0.5rem;
  line-height: 1.25;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 1.8rem;
}

h2 {
  margin-top: 1rem;
  font-size: 1.5rem;
  text-decoration: underline;
  text-decoration-thickness: 0.05rem;
  text-decoration-color: var(--link-color);
}

h3 {
  margin-top: 1.5rem;
  font-size: 1.25rem;
}

h4 {
  margin-top: 1rem;
  font-size: 1.1rem;
}

h5 {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul,
ol,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

hr {
  position: relative;
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid var(--rule-color);
}

code,
pre {
  font-family: "Anonymous Pro", monospace;
  overflow: scroll;
  text-overflow: ellipsis;
  font-size: smaller;
  padding-left: 2pt;
}

figcaption {
  font-family: "Anonymous Pro", monospace;
  font-size: 0.8rem;
}

.highlight {
  margin-bottom: 1rem;
  border-radius: 4px;
}

.highlight pre {
  margin-bottom: 0;
}

blockquote {
  padding: 0.5rem 1rem;
  margin: 0.8rem 0;
  color: #7a7a7a;
  border-left: 0.25rem solid var(--off-color);
}

blockquote p:last-child {
  margin-bottom: 0;
}

@media (min-width: 30em) {
  blockquote {
    padding-right: 5rem;
    padding-left: 1.25rem;
  }
}
img {
  display: block;
  max-width: 100%;
}

table {
  margin-bottom: 1rem;
  width: 100%;
  border: 1px solid var(--off-color);
  border-collapse: collapse;
}

td,
th {
  padding: 0.25rem 0.5rem;
  border: 0px solid var(--off-color);
}

tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
  background-color: var(--background-color);
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.message {
  margin-bottom: 1rem;
  padding: 1rem;
  color: #717171;
  background-color: #f9f9f9;
}

.container {
  max-width: 38rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.masthead {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.masthead-title {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--header-color);
}

.masthead-title a {
  color: var(--header-color);
}

.masthead-title small {
  font-size: 75%;
  font-weight: 400;
  color: #c0c0c0;
  letter-spacing: 0;
}

.page,
.post {
  margin-bottom: 4em;
}

.post-title,
.post-title a {
  color: var(--text-color);
}

.post-index,
.post-index a {
  color: var(--background-color);
  text-decoration: none;
  padding-bottom: 2pt;
}

.post-title {
  margin-top: 0;
}

.post-date {
  display: block;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: var(--background-color);
}

.related {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid var(--rule-color);
}

.wrap {
  position: relative;
  width: 100%;
}

.container {
  max-width: 28rem;
}

@media (min-width: 38em) {
  .container {
    max-width: 32rem;
  }
}
@media (min-width: 56em) {
  .container {
    max-width: 38rem;
  }
}
.footer {
  padding-top: 1rem;
  border-top: 1px solid var(--rule-color);
}

.masthead {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--rule-color);
}

@media (max-width: 48em) {
  .masthead-title {
    text-align: center;
  }
  .masthead-title small {
    display: none;
  }
}
.wrap {
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.wrap {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.page,
.post {
  margin-bottom: 0.5em;
}

.post-title {
  margin-top: 0;
}

.related {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid var(--rule-color);
}

.y2011 {
  background-color: #fffbe6;
  border: 1px solid #ffef9a;
}

.y2012 {
  background-color: #f8fee5;
  border: 1px solid #def896;
}

.y2013 {
  background-color: #fce3f5;
  border: 1px solid #e087c5;
}

.y2014 {
  background-color: #ebe5fb;
  border: 1px solid #a08bd7;
}

.y2015 {
  background-color: #f8fee5;
  border: 1px solid #dff996;
}

.y2016 {
  background-color: #e3fcf0;
  border: 1px solid #83d8af;
}

.y2017 {
  background-color: #ffece6;
  border: 1px solid #ffb49a;
}

.y2018 {
  background-color: #ddf2fb;
  border: 1px solid #7ab8d3;
}

.y2019 {
  background-color: #f6fedf;
  border: 1px solid #dbf98b;
}

.y2020 {
  background-color: #ddf2fb;
  border: 1px solid #7ab8d3;
}

.y2021 {
  background-color: #fff0df;
  border: 1px solid #ffca8e;
}

.y2022 {
  background-color: #fcddf3;
  border: 1px solid #e27ec4;
}

.y2023 {
  background-color: #ffdd00;
  border: 1px solid #fbb034;
}

.y2024 {
  background-color: #a5cfb7;
  border: 1px solid #138a35;
}

.y2025 {
  background-color: #9fc1e1;
  border: 1px solid #51798a;
}

.y2026 {
  background-color: #d7f6a1;
  border: 1px solid #819360;
}

pre {
  line-height: 125%;
}

td.linenos .normal {
  color: #f1fa8c;
  background-color: #44475a;
  padding-left: 5px;
  padding-right: 5px;
}

span.linenos {
  color: #f1fa8c;
  background-color: #44475a;
  padding-left: 5px;
  padding-right: 5px;
}

td.linenos .special {
  color: #50fa7b;
  background-color: #6272a4;
  padding-left: 5px;
  padding-right: 5px;
}

span.linenos.special {
  color: #50fa7b;
  background-color: #6272a4;
  padding-left: 5px;
  padding-right: 5px;
}

.code .hll {
  background-color: #44475a;
}

.code {
  background: #0e0d11;
  color: #f8f8f2;
}

.code .c {
  color: #6272a4;
} /* Comment */
.code .err {
  color: #f8f8f2;
} /* Error */
.code .g {
  color: #f8f8f2;
} /* Generic */
.code .k {
  color: #ff79c6;
} /* Keyword */
.code .l {
  color: #f8f8f2;
} /* Literal */
.code .n {
  color: #f8f8f2;
} /* Name */
.code .o {
  color: #ff79c6;
} /* Operator */
.code .x {
  color: #f8f8f2;
} /* Other */
.code .p {
  color: #f8f8f2;
} /* Punctuation */
.code .ch {
  color: #6272a4;
} /* Comment.Hashbang */
.code .cm {
  color: #6272a4;
} /* Comment.Multiline */
.code .cp {
  color: #ff79c6;
} /* Comment.Preproc */
.code .cpf {
  color: #6272a4;
} /* Comment.PreprocFile */
.code .c1 {
  color: #6272a4;
} /* Comment.Single */
.code .cs {
  color: #6272a4;
} /* Comment.Special */
.code .gd {
  color: #8b080b;
} /* Generic.Deleted */
.code .ge {
  color: #f8f8f2;
  text-decoration: underline;
} /* Generic.Emph */
.code .ges {
  color: #f8f8f2;
  text-decoration: underline;
} /* Generic.EmphStrong */
.code .gr {
  color: #f8f8f2;
} /* Generic.Error */
.code .gh {
  color: #f8f8f2;
  font-weight: bold;
} /* Generic.Heading */
.code .gi {
  color: #f8f8f2;
  font-weight: bold;
} /* Generic.Inserted */
.code .go {
  color: #44475a;
} /* Generic.Output */
.code .gp {
  color: #f8f8f2;
} /* Generic.Prompt */
.code .gs {
  color: #f8f8f2;
} /* Generic.Strong */
.code .gu {
  color: #f8f8f2;
  font-weight: bold;
} /* Generic.Subheading */
.code .gt {
  color: #f8f8f2;
} /* Generic.Traceback */
.code .kc {
  color: #ff79c6;
} /* Keyword.Constant */
.code .kd {
  color: #8be9fd;
  font-style: italic;
} /* Keyword.Declaration */
.code .kn {
  color: #ff79c6;
} /* Keyword.Namespace */
.code .kp {
  color: #ff79c6;
} /* Keyword.Pseudo */
.code .kr {
  color: #ff79c6;
} /* Keyword.Reserved */
.code .kt {
  color: #8be9fd;
} /* Keyword.Type */
.code .ld {
  color: #f8f8f2;
} /* Literal.Date */
.code .m {
  color: #ffb86c;
} /* Literal.Number */
.code .s {
  color: #bd93f9;
} /* Literal.String */
.code .na {
  color: #50fa7b;
} /* Name.Attribute */
.code .nb {
  color: #8be9fd;
  font-style: italic;
} /* Name.Builtin */
.code .nc {
  color: #50fa7b;
} /* Name.Class */
.code .no {
  color: #f8f8f2;
} /* Name.Constant */
.code .nd {
  color: #f8f8f2;
} /* Name.Decorator */
.code .ni {
  color: #f8f8f2;
} /* Name.Entity */
.code .ne {
  color: #f8f8f2;
} /* Name.Exception */
.code .nf {
  color: #50fa7b;
} /* Name.Function */
.code .nl {
  color: #8be9fd;
  font-style: italic;
} /* Name.Label */
.code .nn {
  color: #f8f8f2;
} /* Name.Namespace */
.code .nx {
  color: #f8f8f2;
} /* Name.Other */
.code .py {
  color: #f8f8f2;
} /* Name.Property */
.code .nt {
  color: #ff79c6;
} /* Name.Tag */
.code .nv {
  color: #8be9fd;
  font-style: italic;
} /* Name.Variable */
.code .ow {
  color: #ff79c6;
} /* Operator.Word */
.code .pm {
  color: #f8f8f2;
} /* Punctuation.Marker */
.code .w {
  color: #f8f8f2;
} /* Text.Whitespace */
.code .mb {
  color: #ffb86c;
} /* Literal.Number.Bin */
.code .mf {
  color: #ffb86c;
} /* Literal.Number.Float */
.code .mh {
  color: #ffb86c;
} /* Literal.Number.Hex */
.code .mi {
  color: #ffb86c;
} /* Literal.Number.Integer */
.code .mo {
  color: #ffb86c;
} /* Literal.Number.Oct */
.code .sa {
  color: #bd93f9;
} /* Literal.String.Affix */
.code .sb {
  color: #bd93f9;
} /* Literal.String.Backtick */
.code .sc {
  color: #bd93f9;
} /* Literal.String.Char */
.code .dl {
  color: #bd93f9;
} /* Literal.String.Delimiter */
.code .sd {
  color: #bd93f9;
} /* Literal.String.Doc */
.code .s2 {
  color: #bd93f9;
} /* Literal.String.Double */
.code .se {
  color: #bd93f9;
} /* Literal.String.Escape */
.code .sh {
  color: #bd93f9;
} /* Literal.String.Heredoc */
.code .si {
  color: #bd93f9;
} /* Literal.String.Interpol */
.code .sx {
  color: #bd93f9;
} /* Literal.String.Other */
.code .sr {
  color: #bd93f9;
} /* Literal.String.Regex */
.code .s1 {
  color: #bd93f9;
} /* Literal.String.Single */
.code .ss {
  color: #bd93f9;
} /* Literal.String.Symbol */
.code .bp {
  color: #f8f8f2;
  font-style: italic;
} /* Name.Builtin.Pseudo */
.code .fm {
  color: #50fa7b;
} /* Name.Function.Magic */
.code .vc {
  color: #8be9fd;
  font-style: italic;
} /* Name.Variable.Class */
.code .vg {
  color: #8be9fd;
  font-style: italic;
} /* Name.Variable.Global */
.code .vi {
  color: #8be9fd;
  font-style: italic;
} /* Name.Variable.Instance */
.code .vm {
  color: #8be9fd;
  font-style: italic;
} /* Name.Variable.Magic */
.code .il {
  color: #ffb86c;
} /* Literal.Number.Integer.Long */
