
 /* Fira Code: https://github.com/tonsky/FiraCode */
 @import url('https://cdn.staticdelivr.com/gfonts/css2?family=Fira+Code:wght@300..700&display=swap');

 :root {
   --background: #303446;
   --foreground: #dadff1;
   --accent: #cab8e4;
   --radius: 0;
   --font-size: 1rem;
   --line-height: 1.54em;
 }

 html {
   box-sizing: border-box;
 }

 *,
 *:before,
 *:after {
   box-sizing: inherit;
   margin: 0;
   padding: 0;
 }

 body {
   font-family:
     "Fira Code",
     "JetBrains Mono",
     Monaco,
     Consolas,
      "Ubuntu Mono",
     monospace;
   font-size: var(--font-size);
   font-weight: 400;
   line-height: var(--line-height);
   background-color: var(--background);
   color: var(--foreground);
   text-rendering: optimizeLegibility;
   font-variant-ligatures: contextual;
   -webkit-overflow-scrolling: touch;
   -webkit-text-size-adjust: 100%;
   margin: 0;
   padding: 0;
 }

 h1 {
   font-size: calc(var(--font-size) * 1.45);
   letter-spacing: 0;
 }

 h2 {
   font-size: calc(var(--font-size) * 1.35);
   letter-spacing: 0;
 }

 h3 {
   font-size: calc(var(--font-size) * 1.15);
   letter-spacing: 0;
 }

 h4,
 h5,
 h6 {
   font-size: calc(var(--font-size) * 1);
   letter-spacing: 0;
 }

 h1, h2, h3, h4, h5, h6,
 p, ul, ol,
 img, figure, video,
 table {
   margin: 25px 0;
 }

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

 button {
   position: relative;
   font: inherit;
   font-weight: bold;
   text-decoration: none;
   text-align: center;
   background: transparent;
   color: var(--accent);
   padding: 5px 18px;
   border: 4px solid var(--accent);
   border-radius: var(--radius);
   transition: background 0.15s linear;
   appearance: none;
   cursor: pointer;
   outline: none;
 }

 button:hover {
   background: color-mix(in srgb, var(--accent) 15%, transparent);
 }

 button:focus-visible,
 a:focus-visible {
   outline: 1px solid var(--accent);
   outline-offset: 2px;
 }

 fieldset {
   display: inline-block;
   border: 2px solid var(--foreground);
   border-radius: calc(var(--radius) * 1.6);
   padding: 10px;
 }

 fieldset *:first-child {
   margin-top: 0;
 }

 fieldset input,
 fieldset select,
 fieldset textarea,
 fieldset label,
 fieldset button {
   margin-top: calc(var(--line-height) * 0.5);
   width: 100%;
 }

 label {
   display: inline-block;
 }

 label input {
   margin-top: 0;
 }

 input,
 textarea,
 select {
   background: transparent;
   color: var(--foreground);
   border: 1px solid var(--foreground);
   border-radius: var(--radius);
   padding: 10px;
   font: inherit;
   appearance: none;
 }

 input[type="checkbox"] {
   width: auto;
 }

 input:focus-visible,
 input:active,
 textarea:focus-visible,
 textarea:active,
 select:focus-visible,
 select:active {
   border-color: var(--accent);
   outline: 1px solid var(--accent);
   outline-offset: 2px;
 }

 input:active,
 textarea:active,
 select:active {
   box-shadow: none;
 }

 select {
   background-image: linear-gradient(
       45deg,
       transparent 50%,
       var(--foreground) 50%
     ),
     linear-gradient(135deg, var(--foreground) 50%, transparent 50%);
   background-position: calc(100% - 20px), calc(100% - 15px);
   background-size:
     5px 5px,
     5px 5px;
   background-repeat: no-repeat;
   padding-right: 40px;
 }

 select option {
   background: var(--background);
 }

 input[type="checkbox"],
 input[type="radio"] {
   vertical-align: middle;
   padding: 10px;
   box-shadow: inset 0 0 0 3px var(--background);
 }

 input[type="radio"] {
   display: inline-block;
   width: 10px !important;
   height: 10px !important;
   border-radius: 20px;
 }

 input[type="checkbox"]:checked,
 input[type="radio"]:checked {
   background: var(--accent);
 }

 img {
   display: block;
   max-width: 100%;
   border: 8px solid var(--accent);
   border-radius: var(--radius);
   padding: 8px;
   overflow: hidden;
 }

 figure img,
 figure video {
   margin-bottom: 0;
 }

 figure figcaption {
   background: var(--accent);
   color: var(--background);
   text-align: center;
   font-size: 1em;
   font-weight: normal;
   margin-top: -8px;
   border-radius: 0 0 var(--radius) var(--radius);
 }

 ul,
 ol {
   margin-left: 4ch;
   padding: 0;
 }

 ul ul,
 ul ol,
 ol ul,
 ol ol {
   margin-top: 0;
 }

 li::marker {
   color: var(--accent);
 }

 ul li,
 ol li {
   position: relative;
 }

 pre {
   tab-size: 4;
   /* background: color-mix(in srgb, var(--foreground) 5%, transparent) !important; */
   background: #252731 !important;
   color: color-mix(in srgb, var(--foreground) 5%, var(--accent));
   padding: 20px 10px;
   font-size: 0.95em !important;
   overflow: auto;
   border-radius: var(--radius);
   border: 1px solid color-mix(in srgb, var(--foreground) 25%, transparent);
 }

 sup {
   line-height: 0;
 }

 abbr {
   position: relative;
   text-decoration-style: wavy;
   text-decoration-color: var(--accent);
   cursor: help;
 }

 sub {
   bottom: -0.25em;
 }

 sup {
   top: -0.25em;
 }

 mark {
   background: color-mix(in srgb, var(--accent) 45%, transparent);
   color: var(--foreground);
 }

 blockquote {
   position: relative;
   border-top: 1px solid var(--accent);
   border-bottom: 1px solid var(--accent);
   margin: 0;
   padding: 25px;
 }

 blockquote:before {
   content: ">";
   display: block;
   position: absolute;
   left: 0;
   color: var(--accent);
 }

 blockquote p:first-child {
   margin-top: 0;
 }

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

 table {
   table-layout: auto;
   border-collapse: collapse;
 }

 table,
 th,
 td {
   border: 2px solid var(--foreground);
   padding: 10px;
 }

 th {
   border-style: solid;
   color: var(--foreground);
   text-align: left;
   text-transform: uppercase;
   letter-spacing: 0.04em;
 }

 hr {
   width: 100%;
   border: none;
   background: var(--accent);
   height: 2px;
 }

 figure {
     justify-self: center
 }

 /* Bold elements */

 h1, h2, h3, h4, h5, h6,
 b, strong,
 th,
 button {
   font-weight: 600;
 }

 .container {
     max-width: 1200px;
     margin: 0 auto;
     padding: 0 20px;
     width: 100%;
     box-sizing: border-box;
 }

 @media (max-width: 768px) {
     .container {
         max-width: 100%;
         padding: 0 15px;
     }
 }

 .header {
     display: flex;
     flex-direction: column;
     position: relative;
     margin-top: 2vh;
 }

 .header__inner {
     display: flex;
     align-items: center;
     justify-content: space-between
 }

 .header__logo {
     display: flex;
     flex: 1
 }

 .header__logo::after {
     content: "";
     background: repeating-linear-gradient(90deg,var(--accent),var(--accent) 2px,transparent 0,transparent 10px);
     display: block;
     width: 100%;
     right: 10px
 }

 .header__logo a {
     flex: none;
     max-width: 100%;
     text-decoration: none
 }

 .logo {
     display: flex;
     align-items: center;
     text-decoration: none;
     background: var(--accent);
     color: var(--background);
     font-weight: 700;
     padding: 5px 10px
 }

 @media print {
     .header {
         display: none
     }
 }

 .footer {
    padding: 40px 0;
    flex-grow: 0;
    opacity: .65;
}

.footer__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    max-width: 100%
}

.footer a {
    color: inherit
}

.footer .copyright {
    display: flex;
    flex-flow: row wrap;
    flex: 1;
    align-items: center;
    justify-content: center
}

.footer .copyright--user {
    margin: auto;
    text-align: center
}

.footer .copyright>*:first-child:not(:only-child) {
    margin-right: 10px
}

.footer .copyright span {
    white-space: nowrap
}

@media(max-width: 900px) {
    .footer__inner {
        flex-direction:column
    }
}


pre > code.sourceCode { white-space: pre; position: relative; }
pre > code.sourceCode > span { line-height: 1.25; }
pre > code.sourceCode > span:empty { height: 1.2em; }
.sourceCode { overflow: visible; }
code.sourceCode > span { color: inherit; text-decoration: inherit; }
div.sourceCode { margin: 1em 0; }
pre.sourceCode { margin: 0; }
@media screen {
    div.sourceCode { overflow: auto; }
}
@media print {
    pre > code.sourceCode { white-space: pre-wrap; }
    pre > code.sourceCode > span { text-indent: -5em; padding-left: 5em; }
}
pre.numberSource code
  { counter-reset: source-line 0; }
pre.numberSource code > span
  { position: relative; left: -4em; counter-increment: source-line; }
pre.numberSource code > span > a:first-child::before
  { content: counter(source-line);
    position: relative; left: -1em; text-align: right; vertical-align: baseline;
    border: none; 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;
    color: #aaaaaa;
  }
pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa;  padding-left: 4px; }
div.sourceCode
  {   }
@media screen {
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
}
code span.al { color: #ff0000; font-weight: bold; } /* Alert */
code span.an { color: #60a0b0; font-weight: bold; font-style: italic; } /* Annotation */
code span.at { color: #7d9029; } /* Attribute */
code span.bn { color: #40a070; } /* BaseN */
code span.bu { color: #008000; } /* BuiltIn */
code span.cf { color: #007020; font-weight: bold; } /* ControlFlow */
code span.ch { color: #4070a0; } /* Char */
code span.cn { color: #880000; } /* Constant */
code span.co { color: #60a0b0; font-style: italic; } /* Comment */
code span.cv { color: #60a0b0; font-weight: bold; font-style: italic; } /* CommentVar */
code span.do { color: #ba2121; font-style: italic; } /* Documentation */
code span.dt { color: #902000; } /* DataType */
code span.dv { color: #40a070; } /* DecVal */
code span.er { color: #ff0000; font-weight: bold; } /* Error */
code span.ex { } /* Extension */
code span.fl { color: #40a070; } /* Float */
code span.fu { color: #06287e; } /* Function */
code span.im { color: #008000; font-weight: bold; } /* Import */
code span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Information */
code span.kw { color: #007020; font-weight: bold; } /* Keyword */
code span.op { color: #666666; } /* Operator */
code span.ot { color: #007020; } /* Other */
code span.pp { color: #bc7a00; } /* Preprocessor */
code span.sc { color: #4070a0; } /* SpecialChar */
code span.ss { color: #bb6688; } /* SpecialString */
code span.st { color: #4070a0; } /* String */
code span.va { color: #82b3f2; } /* Variable */
code span.vs { color: #4070a0; } /* VerbatimString */
code span.wa { color: #60a0b0; font-weight: bold; font-style: italic; } /* Warning */

/* code { */
/*   font-family: monospace, monospace; */
/*   background-color: $monobackgroundcolor$; */
/*   padding: .2em .4em; */
/*   font-size: 85%; */
/*   margin: 0; */
/*   hyphens: manual; */
/* } */
