/* build/tmp.css */
:root {
  --bg-main: #22170E;
  --bg-alt: #2E2215;
  --text-main: #FFEAD0;
  --text-muted: #EED4B0;
  --text-heading: #FFC678;
  --link: #FFB974;
  --link-hover: #FFA850;
  --code-bg: #D6C2A0;
  --code-text: #22170E;
  --border: #7A4F35;
  --accent: #FF7F50;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family:
    "Comfortaa",
    system-ui,
    sans-serif;
  line-height: 1.6;
  background: var(--bg-main);
  color: var(--text-main);
}
p code {
  font-size: 14px;
  background-color: #18100a;
  padding: 0.1em;
  border-radius: 0.3em;
}
nav {
  width: 100%;
  background: var(--bg-alt);
  padding: 0.5rem 1rem 0.5rem 1rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
nav {
  padding-right: 20%;
}
nav a {
  text-decoration: none;
  color: var(--link);
  font-weight: bold;
}
nav a:hover {
  text-decoration: underline;
  color: var(--link-hover);
}
main {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
}
@media (orientation: portrait), (max-width: 767px) {
  main {
    margin: 0;
    padding: 1rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5rem 0 2rem 0;
  line-height: 1.2;
  color: var(--text-heading);
}
p {
  margin: 1.5rem 0 1rem 0;
  line-height: 1.6;
  color: var(--text-main);
}
h1,
h2 {
  border-bottom: 2px solid var(--text-heading);
  padding-bottom: 0.2em;
}
p {
  margin: 0 0 1rem 0;
  color: var(--text-main);
}
a {
  color: var(--link);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: var(--link-hover);
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem 0;
}
blockquote {
  border-left: 4px solid var(--border);
  padding-left: 1rem;
  margin: 1rem 0;
  color: var(--text-muted);
  font-style: italic;
}
ul,
ol {
  margin: 1rem 0 1rem 2rem;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  table-layout: auto;
}
th,
td {
  border: 1px solid var(--border);
  padding: 0.5rem 0.75rem;
  text-align: left;
}
th {
  background-color: var(--bg-alt);
}
hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 2rem 0;
}
@font-face {
  font-family: "Comfortaa";
  src: url(../fonts/Comfortaa-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comfortaa";
  src: url(../fonts/Comfortaa-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
a.sourceLine {
  display: inline-block;
  line-height: 1.25;
}
a.sourceLine {
  pointer-events: none;
  color: inherit;
  text-decoration: inherit;
}
a.sourceLine:empty {
  height: 1.2em;
}
.sourceCode {
  overflow: visible;
}
code.sourceCode {
  white-space: pre;
  position: relative;
  font-size: 14px;
}
div.sourceCode {
  margin: 1em 0;
  padding: 10px;
  border-radius: 8px;
}
pre.sourceCode {
  margin: 0;
  font-size: 14px;
}
@media screen {
  div.sourceCode {
    overflow: auto;
  }
}
@media print {
  code.sourceCode {
    white-space: pre-wrap;
  }
  a.sourceLine {
    text-indent: -1em;
    padding-left: 1em;
  }
}
pre.numberSource a.sourceLine {
  position: relative;
  left: -4em;
}
pre.numberSource a.sourceLine::before {
  content: attr(title);
  position: relative;
  left: -1em;
  text-align: right;
  vertical-align: baseline;
  border: none;
  pointer-events: all;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 4px;
  width: 4em;
}
pre.numberSource {
  margin-left: 3em;
  padding-left: 4px;
}
div.sourceCode {
  color: #FFEAD0;
  background-color: #1A0F08;
}
@media screen {
  a.sourceLine::before {
    text-decoration: underline;
  }
}
code span.al {
  color: #D14B4B;
}
code span.an {
  color: #FF9E5A;
  font-weight: bold;
}
code span.im {
  color: #FF9E5A;
  font-weight: bold;
}
code span.bn {
  color: #EBCB8B;
}
code span.cf {
  color: #FF9E5A;
  font-weight: bold;
}
code span.ch {
  color: #FFD97D;
}
code span.cn {
  color: #EBCB8B;
  font-weight: bold;
}
code span.co {
  color: #A67C52;
}
code span.cv {
  color: #FF9E5A;
  font-weight: bold;
}
code span.do {
  color: #FFEAD0;
}
code span.dt {
  color: #FFC678;
}
code span.dv {
  color: #EBCB8B;
}
code span.er {
  color: #D14B4B;
  font-weight: bold;
}
code span.fl {
  color: #EBCB8B;
}
code span.fu {
  color: #FFB974;
}
code span.in {
  color: #FFEAD0;
  font-weight: bold;
}
code span.kw {
  color: #FF9E5A;
  font-weight: bold;
}
code span.op {
  color: #FFEAD0;
}
code span.ot {
  color: #FFB974;
}
code span.pp {
  color: #D14B4B;
  font-weight: bold;
}
code span.sc {
  color: #FFD97D;
}
code span.ss {
  color: #FFD97D;
}
code span.st {
  color: #FFD97D;
}
code span.vs {
  color: #FFD97D;
}
code span.wa {
  color: #E68E3A;
  font-weight: bold;
}
