body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0;
}

body {
  font-size: 17px;
  line-height: 1.55;
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
ol,
dl,
figure {
  margin-bottom: 9px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

figure > img {
  display: block;
}

figcaption {
  font-size: 14.875px;
}

ul,
ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}
a:visited {
  color: var(--link-color);
}
a:hover {
  color: var(--text-color);
  text-decoration: underline;
}

blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 19.125px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

.wrapper {
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: var(--text-color);
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: rgb(247.3, 247.3, 247.3);
}
table th,
table td {
  padding: 9.999999999px 15px;
}
table th {
  background-color: rgb(239.65, 239.65, 239.65);
  border: 1px solid rgb(221.8, 221.8, 221.8);
  border-bottom-color: rgb(201.4, 201.4, 201.4);
}
table td {
  border: 1px solid #e8e8e8;
}

.site-header {
  border-top: 5px solid rgb(66.25, 66.25, 66.25);
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 1em;
  font-weight: 300;
  line-height: 59.2875px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: var(--text-color);
}

.site-nav {
  float: right;
  line-height: 59.2875px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: var(--text-color);
  line-height: 1.55;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 4.5em;
    background-color: var(--bg-color);
    border: 1px solid var(--border-color);
    color: var(--text-color);
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: var(--text-color);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  font-size: 34px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14.875px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 1em;
  line-height: 1.2em;
}

.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 44.625px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 38.25px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 34px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 29.75px;
  }
}
.post-content h3 {
  font-size: 25.5px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 23.375px;
  }
}
.post-content h4 {
  font-size: 21.25px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 19.125px;
  }
}

.highlight table pre {
  margin: 0;
}

.highlight .c,
.highlight .ch,
.highlight .cd,
.highlight .cpf,
.highlight .cm,
.highlight .c1,
.highlight .cs {
  color: #75715e;
  font-style: italic;
}

.highlight .cp {
  color: #75715e;
}

.highlight .err {
  color: #960050;
  background-color: #1e0010;
}

.highlight .gi {
  color: #ffffff;
  background-color: #324932;
}

.highlight .gd {
  color: #ffffff;
  background-color: #493131;
}

.highlight .ge,
.highlight .ges {
  font-style: italic;
}

.highlight .gr,
.highlight .gt {
  color: #aa0000;
}

.highlight .gh {
  color: #999999;
}

.highlight .go {
  color: #888888;
}

.highlight .gp {
  color: #555555;
}

.highlight .gu {
  color: #aaaaaa;
}

.highlight .k,
.highlight .kv,
.highlight .kc,
.highlight .kd,
.highlight .kp,
.highlight .kr,
.highlight .kt,
.highlight .sa,
.highlight .no {
  color: #66d9ef;
}

.highlight .kn,
.highlight .ow,
.highlight .o,
.highlight .nt {
  color: #f92672;
}

.highlight .mf,
.highlight .mh,
.highlight .il,
.highlight .mi,
.highlight .mo,
.highlight .m,
.highlight .mb,
.highlight .mx,
.highlight .se {
  color: #ae81ff;
}

.highlight .sb,
.highlight .sc,
.highlight .sd,
.highlight .s2,
.highlight .sh,
.highlight .si,
.highlight .sx,
.highlight .sr,
.highlight .s1,
.highlight .ss,
.highlight .s,
.highlight .dl {
  color: #e6db74;
}

.highlight .na,
.highlight .nc,
.highlight .nd,
.highlight .ne,
.highlight .nf,
.highlight .fm {
  color: #a6e22e;
}

.highlight .bp,
.highlight .nb,
.highlight .ni,
.highlight .nn,
.highlight .vc,
.highlight .vg,
.highlight .vi,
.highlight .nv,
.highlight .vm,
.highlight .w,
.highlight .nl {
  color: #f8f8f2;
}

.highlight,
code.highlighter-rouge {
  color: #f8f8f2;
  background-color: #333;
  font-size: 0.9em;
}

code.highlighter-rouge {
  padding: 0.2em 0.4em;
  border-radius: 0.3em;
  font-size: 0.8em;
}

:root {
  --bg-color: #ffffff;
  --text-color: #222222;
  --link-color: #2a7ae4;
  --border-color: #e6e6e6;
  --header-bg: #ffffff;
  --code-bg: #f8f8f8;
}

[data-theme=dark] {
  --bg-color: #222;
  --text-color: #d4d4d4;
  --link-color: #60a5fa;
  --border-color: #374151;
  --header-bg: #111111;
  --code-bg: #2d2d2d;
}

body {
  background-color: var(--bg-color);
  color: var(--text-color);
  transition: background-color 0.3s ease, color 0.3s ease;
  min-width: 320px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
}

.site-header {
  background-color: var(--header-bg);
  border-bottom: 1px solid var(--border-color);
}

a {
  color: var(--link-color);
}

.theme-switcher {
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.2em;
  padding: 8px 10px;
  color: var(--text-color);
  transition: all 0.3s ease;
  margin-left: 1.75em;
  line-height: 1.5em;
  float: right;
  margin-top: 0.45em;
}
.theme-switcher:hover {
  background-color: var(--border-color);
}

table.rouge-table {
  margin: 0;
  border: 0;
}
table.rouge-table td {
  border: 0;
}

.highlight table td {
  padding: 0;
}

.highlight pre {
  padding: 0.75em 1em;
}

.highlighter-rouge {
  font-size: 0.95em;
  line-height: 1em;
  margin-bottom: 1.5em;
}
.highlighter-rouge .highlight {
  border-radius: 0.25em;
}

.rss-subscribe {
  font-size: 0.8em;
}

pre {
  overflow-x: auto;
  white-space: pre;
  word-wrap: normal;
}

h1,
h2,
h3,
.site-title,
.post-content strong {
  font-family: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
}

h4,
h5,
h6 {
  font-weight: 800;
}

pre,
code {
  font-family: "JetBrains Mono", monospace;
  font-variant-ligatures: none;
  font-weight: 500;
}

.post-content a {
  font-weight: 600;
}
.post-content img {
  border-radius: 0.25em;
}
.post-content p + p {
  margin-bottom: 1em;
}
.post-content p img {
  margin-bottom: 0.75em;
}
.post-content img + p {
  margin-top: 0;
}
.post-content h2 {
  margin-top: 0.75em;
  font-size: 1.8em;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 0.5em;
  line-height: 1.3em;
  padding-bottom: 0.15em;
}
.post-content h3 {
  text-transform: uppercase;
  margin-top: 1.2em;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.post-content h4 {
  margin-top: 1.3em;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.post-content h2 + h3 {
  margin-top: 0;
}

.post-list h2 {
  margin-bottom: 0;
}
.post-list img {
  margin: 0.5em 0;
}

.post-item .post-header-section {
  margin-bottom: 1em;
}
.post-item .post-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .post-item .post-content-wrapper {
    flex-direction: row;
    gap: 1.25em;
  }
}
.post-item .post-image-wrapper {
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .post-item .post-image-wrapper {
    flex: 0 0 40%;
  }
}
.post-item .post-image-wrapper .post-image {
  width: 100%;
  height: auto;
  border-radius: 0.25em;
  display: block;
  margin: 0;
}
.post-item .post-text-wrapper {
  flex: 1;
}
.post-item .post-text-wrapper .post-excerpt {
  margin: 0;
}

hr {
  margin: 1.5em 0;
  border: none;
  border-top: 1px solid var(--border-color);
}

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