@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/* Background */
.chroma {
  background-color: #fefefe; }

/* Other */
.chroma .x {
  color: #454545; }

/* Error */
.chroma .err {
  color: #d0372d; }

/* LineTableTD */
.chroma .lntd {
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0; }

/* LineTable */
.chroma .lntable {
  border-spacing: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
  overflow: auto;
  display: block; }

/* LineHighlight */
.chroma .hl {
  display: block;
  width: 100%;
  background-color: #fffbc4; }

/* LineNumbersTable */
.chroma .lnt {
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f7f7f; }

/* LineNumbers */
.chroma .ln {
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f7f7f; }

/* Keyword */
.chroma .k {
  color: #00638a;
  font-weight: bold; }

/* KeywordConstant */
.chroma .kc {
  color: #008080;
  font-weight: bold; }

/* KeywordDeclaration */
.chroma .kd {
  color: #00638a;
  font-weight: bold; }

/* KeywordNamespace */
.chroma .kn {
  color: #00638a;
  font-weight: bold; }

/* KeywordPseudo */
.chroma .kp {
  color: #00638a;
  font-weight: bold; }

/* KeywordReserved */
.chroma .kr {
  color: #00638a;
  font-weight: bold; }

/* KeywordType */
.chroma .kt {
  color: #00638a;
  font-weight: bold; }

/* Name */
.chroma .n {
  color: #454545; }

/* NameAttribute */
.chroma .na {
  color: #91b3e0; }

/* NameBuiltin */
.chroma .nb {
  color: #204a87; }

/* NameBuiltinPseudo */
.chroma .bp {
  color: #3465a4; }

/* NameClass */
.chroma .nc {
  color: #000000; }

/* NameConstant */
.chroma .no {
  color: #000000; }

/* NameDecorator */
.chroma .nd {
  color: #5c35cc;
  font-weight: bold; }

/* NameEntity */
.chroma .ni {
  color: #ce5c00; }

/* NameException */
.chroma .ne {
  color: #cc0000;
  font-weight: bold; }

/* NameFunction */
.chroma .nf {
  color: #000000; }

/* NameFunctionMagic */
.chroma .fm {
  color: #000000; }

/* NameLabel */
.chroma .nl {
  color: #f57900; }

/* NameNamespace */
.chroma .nn {
  color: #000000; }

/* NameOther */
.chroma .nx {
  color: #00638a; }

/* NameProperty */
.chroma .py {
  color: #000000; }

/* NameTag */
.chroma .nt {
  color: #00638a;
  font-weight: normal; }

/* NameVariable */
.chroma .nv {
  color: #000000; }

/* NameVariableClass */
.chroma .vc {
  color: #000000; }

/* NameVariableGlobal */
.chroma .vg {
  color: #000000; }

/* NameVariableInstance */
.chroma .vi {
  color: #000000; }

/* NameVariableMagic */
.chroma .vm {
  color: #000000; }

/* Literal */
.chroma .l {
  color: #000000; }

/* LiteralDate */
.chroma .ld {
  color: #000000; }

/* LiteralString */
.chroma .s {
  color: #4e9a06; }

/* LiteralStringAffix */
.chroma .sa {
  color: #4e9a06; }

/* LiteralStringBacktick */
.chroma .sb {
  color: #4e9a06; }

/* LiteralStringChar */
.chroma .sc {
  color: #4e9a06; }

/* LiteralStringDelimiter */
.chroma .dl {
  color: #4e9a06; }

/* LiteralStringDoc */
.chroma .sd {
  color: #919aa1;
  font-style: italic; }

/* LiteralStringDouble */
.chroma .s2 {
  color: #4e9a06; }

/* LiteralStringEscape */
.chroma .se {
  color: #4e9a06; }

/* LiteralStringHeredoc */
.chroma .sh {
  color: #4e9a06; }

/* LiteralStringInterpol */
.chroma .si {
  color: #4e9a06; }

/* LiteralStringOther */
.chroma .sx {
  color: #4e9a06; }

/* LiteralStringRegex */
.chroma .sr {
  color: #4e9a06; }

/* LiteralStringSingle */
.chroma .s1 {
  color: #4e9a06; }

/* LiteralStringSymbol */
.chroma .ss {
  color: #4e9a06; }

/* LiteralNumber */
.chroma .m {
  color: #cc6d00;
  font-weight: normal; }

/* LiteralNumberBin */
.chroma .mb {
  color: #cc6d00;
  font-weight: normal; }

/* LiteralNumberFloat */
.chroma .mf {
  color: #cc6d00;
  font-weight: normal; }

/* LiteralNumberHex */
.chroma .mh {
  color: #cc6d00;
  font-weight: normal; }

/* LiteralNumberInteger */
.chroma .mi {
  color: #cc6d00;
  font-weight: normal; }

/* LiteralNumberIntegerLong */
.chroma .il {
  color: #cc6d00;
  font-weight: normal; }

/* LiteralNumberOct */
.chroma .mo {
  color: #cc6d00;
  font-weight: normal; }

/* Operator */
.chroma .o {
  color: #454545;
  font-weight: bold; }

/* OperatorWord */
.chroma .ow {
  color: #204a87;
  font-weight: bold; }

/* Punctuation */
.chroma .p {
  color: #00638a;
  font-weight: bold; }

/* Comment */
.chroma .c {
  color: #919aa1;
  font-style: italic; }

/* CommentHashbang */
.chroma .ch {
  color: #919aa1;
  font-style: italic; }

/* CommentMultiline */
.chroma .cm {
  color: #919aa1;
  font-style: italic; }

/* CommentSingle */
.chroma .c1 {
  color: #919aa1;
  font-style: italic; }

/* CommentSpecial */
.chroma .cs {
  color: #919aa1;
  font-style: italic; }

/* CommentPreproc */
.chroma .cp {
  color: #919aa1;
  font-style: italic; }

/* CommentPreprocFile */
.chroma .cpf {
  color: #919aa1;
  font-style: italic; }

/* Generic */
.chroma .g {
  color: #000000; }

/* GenericDeleted */
.chroma .gd {
  color: #a40000; }

/* GenericEmph */
.chroma .ge {
  color: #000000;
  font-style: italic; }

/* GenericError */
.chroma .gr {
  color: #ef2929; }

/* GenericHeading */
.chroma .gh {
  color: #000080;
  font-weight: bold; }

/* GenericInserted */
.chroma .gi {
  color: #00a000; }

/* GenericOutput */
.chroma .go {
  color: #000000;
  font-style: italic; }

/* GenericPrompt */
.chroma .gp {
  color: #8f5902; }

/* GenericStrong */
.chroma .gs {
  color: #000000;
  font-weight: bold; }

/* GenericSubheading */
.chroma .gu {
  color: #800080;
  font-weight: bold; }

/* GenericTraceback */
.chroma .gt {
  color: #a40000;
  font-weight: bold; }

/* GenericUnderline */
.chroma .gl {
  color: #000000;
  text-decoration: underline; }

/* TextWhitespace */
.chroma .w {
  color: #fefefe;
  text-decoration: underline; }

body {
  font-family: 'Poppins';
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: justify;
  color: #454545;
  background-color: #f1f1f1; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Exo 2'; }

table {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0;
  border-left: 0.0625rem solid #cacaca; }
  table > thead > tr > th {
    font-family: 'Exo 2';
    border-top: 0.0625rem solid #cacaca;
    border-bottom: 0.0625rem solid #cacaca;
    border-right: 0.0625rem solid #cacaca;
    padding: 0.5rem; }
  table > tbody > tr > td {
    border-bottom: 0.0625rem solid #cacaca;
    border-right: 0.0625rem solid #cacaca;
    padding: 0.5rem; }

blockquote {
  font-size: 0.875rem;
  color: #7e7e7e;
  border-left: 0.125rem solid #008abc;
  padding-left: 1rem; }

code {
  font-family: 'Source Code Pro';
  font-size: 0.875rem; }

p a,
li a {
  color: #008abc; }

p code {
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
  border: 0.0625rem solid #cacaca;
  border-radius: 0.25rem;
  padding: 0 0.2rem; }

pre {
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
  border: 0.0625rem solid #cacaca;
  border-radius: 0.25rem;
  padding: 0.4rem; }

img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

body {
  display: grid;
  justify-items: stretch;
  align-items: center;
  max-width: 50rem;
  width: 80%;
  margin: 0 auto 0; }

.navigation ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 0;
  padding: 1rem 0 0.5rem 0; }
  .navigation ul > li {
    font-family: "Exo 2";
    font-size: 1rem;
    list-style-type: none; }
    .navigation ul > li > a {
      color: #008abc;
      text-decoration: none; }
    .navigation ul > li > a:hover {
      text-decoration: underline; }

.note {
  padding: 1rem 0 1rem 0; }
  .note > .title {
    font-family: 'Exo 2';
    font-size: 1.5rem;
    text-align: center;
    color: #008abc;
    margin: 0; }
    .note > .title > a {
      text-decoration: none;
      color: inherit; }
    .note > .title > a:hover {
      text-decoration: underline; }
  .note > .summary {
    font-family: 'Poppins';
    font-size: 1rem;
    text-align: center;
    margin: 0;
    padding: 0.5rem 0 0.5rem 0; }
  .note > .published, .note > footer .published {
    display: block;
    font-family: 'Poppins';
    font-size: 0.875rem;
    font-style: italic;
    color: #cacaca;
    text-align: center;
    padding: 0.25rem 0 0.25rem 0; }
  .note > .tags, .note > footer .tags {
    display: flex;
    justify-content: center;
    gap: 0.375rem;
    text-align: center; }
    .note > .tags > .tag, .note > footer .tags > .tag {
      display: block;
      font-family: 'Poppins';
      font-size: 0.875rem;
      text-transform: uppercase;
      text-decoration: none;
      color: #008abc;
      border-bottom: 0.2rem solid #008abc; }
    .note > .tags > .tag:hover, .note > footer .tags > .tag:hover {
      color: #f1f1f1;
      background-color: #008abc;
      transition: 300ms background ease; }

.term {
  max-width: 50rem;
  width: 80%;
  margin: 0 auto 0;
  padding: 0.5rem 0 0.25rem 0;
  text-align: center; }
  .term > a {
    font-family: 'Poppins';
    font-size: 0.875rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #008abc;
    padding: 0.2rem 0.4rem 0 0.4rem;
    border-bottom: 0.2rem solid #008abc; }
  .term > a:hover {
    color: #fefefe;
    background-color: #008abc;
    transition: 300ms background ease; }
  .term > span {
    font-family: 'Poppins';
    font-size: 0.875rem;
    color: #cacaca; }

.copyright {
  text-align: center; }
