@charset "UTF-8";
.highlight {
  --hl-bg: #f8f8f8;
  --hl-comment: #7e7e7e;
  --hl-error: #960050;
  --hl-error-bg: #1e0010;
  --hl-keyword: #174587;
  --hl-keyword: #412bb1;
  --hl-literal: #a639a6;
  --hl-name: #333;
  --hl-operator: #f92672;
  --hl-punctuation: #333;
  --hl-keyword-namespace: #f92672;
  --hl-literal-date: #ed8418;
  --hl-literal-number: #a639a6;
  --hl-literal-string: #ed8418;
  --hl-name-attribute: #31a40a;
  --hl-name-builtin: #3884f4;
  --hl-name-class: #553dcc;
  --hl-name-constant: #235eb2;
  --hl-name-decorator: #31a40a;
  --hl-name-entity: #3884f4;
  --hl-name-exception: #31a40a;
  --hl-name-function: #2c67f6;
  --hl-name-label: #3884f4;
  --hl-name-namespace: #3884f4;
  --hl-name-other: #31a40a;
  --hl-name-property: #3884f4;
  --hl-name-tag: #f92672;
  --hl-name-variable: #3884f4;
  --hl-operator-word: #f92672;
  --hl-text-whitespace: #3884f4;
  --hl-literal-number: #a639a6;
  --hl-literal-string: #ed8418;
  --hl-literal-string-escape: #3884f4;
  --hl-name-other: #3884f4;
  --hl-generic-subheading: #7e7e7e;
  --hl-generic-deleted: #f92672;
  --hl-generic-inserted: #31a40a;
}
.highlight pre {
  background-color: var(--hl-bg);
}
.highlight .hll {
  background-color: var(--hl-bg);
}
.highlight .c {
  color: var(--hl-comment);
}
.highlight {
  /* Comment */
}
.highlight .err {
  color: var(--hl-error);
  background-color: var(--hl-error-bg);
}
.highlight {
  /* Error */
}
.highlight .k {
  color: var(--hl-keyword);
}
.highlight {
  /* Keyword */
}
.highlight .l {
  color: var(--hl-literal);
}
.highlight {
  /* Literal */
}
.highlight .n {
  color: var(--hl-name);
}
.highlight {
  /* Name */
}
.highlight .o {
  color: var(--hl-operator);
}
.highlight {
  /* Operator */
}
.highlight .p {
  color: var(--hl-punctuation);
}
.highlight {
  /* Punctuation */
}
.highlight .cm {
  color: var(--hl-comment);
}
.highlight {
  /* Comment.Multiline */
}
.highlight .cp {
  color: var(--hl-comment);
}
.highlight {
  /* Comment.Preproc */
}
.highlight .c1 {
  color: var(--hl-comment);
}
.highlight {
  /* Comment.Single */
}
.highlight .cs {
  color: var(--hl-comment);
}
.highlight {
  /* Comment.Special */
}
.highlight .ge {
  font-style: italic;
}
.highlight {
  /* Generic.Emph */
}
.highlight .gs {
  font-weight: bold;
}
.highlight {
  /* Generic.Strong */
}
.highlight .kc {
  color: var(--hl-keyword);
}
.highlight {
  /* Keyword.Constant */
}
.highlight .kd {
  color: var(--hl-keyword);
}
.highlight {
  /* Keyword.Declaration */
}
.highlight .kn {
  color: var(--hl-keyword-namespace);
}
.highlight {
  /* Keyword.Namespace */
}
.highlight .kp {
  color: var(--hl-keyword);
}
.highlight {
  /* Keyword.Pseudo */
}
.highlight .kr {
  color: var(--hl-keyword);
}
.highlight {
  /* Keyword.Reserved */
}
.highlight .kt {
  color: var(--hl-keyword);
}
.highlight {
  /* Keyword.Type */
}
.highlight .ld {
  color: var(--hl-literal-date);
}
.highlight {
  /* Literal.Date */
}
.highlight .m {
  color: var(--hl-literal);
}
.highlight {
  /* Literal.Number */
}
.highlight .s {
  color: var(--hl-literal-string);
}
.highlight {
  /* Literal.String */
}
.highlight .na {
  color: var(--hl-name-attribute);
}
.highlight {
  /* Name.Attribute */
}
.highlight .nb {
  color: var(--hl-name-builtin);
}
.highlight {
  /* Name.Builtin */
}
.highlight .nc {
  color: var(--hl-name-class);
}
.highlight {
  /* Name.Class */
}
.highlight .no {
  color: var(--hl-name-constant);
}
.highlight {
  /* Name.Constant */
}
.highlight .nd {
  color: var(--hl-name-decorator);
}
.highlight {
  /* Name.Decorator */
}
.highlight .ni {
  color: var(--hl-name-entity);
}
.highlight {
  /* Name.Entity */
}
.highlight .ne {
  color: var(--hl-name-exception);
}
.highlight {
  /* Name.Exception */
}
.highlight .nf {
  color: var(--hl-name-function);
}
.highlight {
  /* Name.Function */
}
.highlight .nl {
  color: var(--hl-name-label);
}
.highlight {
  /* Name.Label */
}
.highlight .nn {
  color: var(--hl-name-namespace);
}
.highlight {
  /* Name.Namespace */
}
.highlight .nx {
  color: var(--hl-name-other);
}
.highlight {
  /* Name.Other */
}
.highlight .py {
  color: var(--hl-name-property);
}
.highlight {
  /* Name.Property */
}
.highlight .nt {
  color: var(--hl-name-tag);
}
.highlight {
  /* Name.Tag */
}
.highlight .nv {
  color: var(--hl-name-variable);
}
.highlight {
  /* Name.Variable */
}
.highlight .ow {
  color: var(--hl-operator-word);
}
.highlight {
  /* Operator.Word */
}
.highlight .w {
  color: var(--hl-text-whitespace);
}
.highlight {
  /* Text.Whitespace */
}
.highlight .mf {
  color: var(--hl-literal);
}
.highlight {
  /* Literal.Number.Float */
}
.highlight .mh {
  color: var(--hl-literal);
}
.highlight {
  /* Literal.Number.Hex */
}
.highlight .mi {
  color: var(--hl-literal);
}
.highlight {
  /* Literal.Number.Integer */
}
.highlight .mo {
  color: var(--hl-literal);
}
.highlight {
  /* Literal.Number.Oct */
}
.highlight .sb {
  color: var(--hl-literal-string);
}
.highlight {
  /* Literal.String.Backtick */
}
.highlight .sc {
  color: var(--hl-literal-string);
}
.highlight {
  /* Literal.String.Char */
}
.highlight .sd {
  color: var(--hl-literal-string);
}
.highlight {
  /* Literal.String.Doc */
}
.highlight .s2 {
  color: var(--hl-literal-string);
}
.highlight {
  /* Literal.String.Double */
}
.highlight .se {
  color: var(--hl-literal-string-escape);
}
.highlight {
  /* Literal.String.Escape */
}
.highlight .sh {
  color: var(--hl-literal-string);
}
.highlight {
  /* Literal.String.Heredoc */
}
.highlight .si {
  color: var(--hl-literal-string);
}
.highlight {
  /* Literal.String.Interpol */
}
.highlight .sx {
  color: var(--hl-literal-string);
}
.highlight {
  /* Literal.String.Other */
}
.highlight .sr {
  color: var(--hl-literal-string);
}
.highlight {
  /* Literal.String.Regex */
}
.highlight .s1 {
  color: var(--hl-literal-string);
}
.highlight {
  /* Literal.String.Single */
}
.highlight .ss {
  color: var(--hl-literal-string);
}
.highlight {
  /* Literal.String.Symbol */
}
.highlight .bp {
  color: var(--hl-name-other);
}
.highlight {
  /* Name.Builtin.Pseudo */
}
.highlight .vc {
  color: var(--hl-name-other);
}
.highlight {
  /* Name.Variable.Class */
}
.highlight .vg {
  color: var(--hl-name-other);
}
.highlight {
  /* Name.Variable.Global */
}
.highlight .vi {
  color: var(--hl-name-other);
}
.highlight {
  /* Name.Variable.Instance */
}
.highlight .il {
  color: var(--hl-literal);
}
.highlight {
  /* Literal.Number.Integer.Long */
}
.highlight {
  /* Generic Heading & Diff Header */
}
.highlight .gu {
  color: var(--hl-generic-subheading);
}
.highlight {
  /* Generic.Subheading & Diff Unified/Comment? */
}
.highlight .gd {
  color: var(--hl-generic-deleted);
}
.highlight {
  /* Generic.Deleted & Diff Deleted */
}
.highlight .gi {
  color: var(--hl-generic-inserted);
}
.highlight {
  /* Generic.Inserted & Diff Inserted */
}

figure.whatever {
  background-color: #f8f8f8;
  border: 2px solid black;
}
figure.whatever pre {
  border: none;
}

.language-bash .highlight pre {
  background: rgb(40, 39, 39);
}
.language-bash .highlight * {
  color: rgb(221, 221, 221) !important;
}

.highlight {
  --hl-bg: #f8f8f8;
}

div.highlight {
  display: flex;
  gap: 5px;
  position: relative;
  padding: 5px;
  width: 100%; /* 800px */
  height: 100%; /* 288px */
  background-image: linear-gradient(180deg, #2c67f6 1%, #ff62ce 100%);
  border-radius: 14px;
  margin-bottom: 1rem;
}

pre.highlight {
  background: #ececec;
  border-radius: 9px;
  margin-bottom: 0rem;
}

/* @link https://utopia.fyi/clamp/calculator?a=375,960,12—14|14—18|18—22|22—36|50—80 */
:root {
  --f-1: clamp(0.75rem, 0.6699rem + 0.3419vw, 0.875rem);
  --f0: clamp(0.875rem, 0.7147rem + 0.6838vw, 1.125rem);
  --f1: clamp(1.125rem, 0.9647rem + 0.6838vw, 1.375rem);
  --f2: clamp(1.375rem, 0.8141rem + 2.3932vw, 2.25rem);
  --f3: clamp(3.125rem, 1.9231rem + 5.1282vw, 5rem);
}

/* Typography */
.instrument-serif-regular {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.instrument-serif-regular-italic {
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.eb-garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

:root {
  --font-family: "EB Garamond", -apple-system, Helvetica, Arial, serif;
  --font-family-title:
      "Instrument Serif", -apple-system, Helvetica, Arial, serif;
  --font-family-monospace:
      "JetBrainsMono-variable", Menlo, Courier New, monospace;
  --base-font-size: 16px;
  --base-font-weight: 400;
  --small-font-size: 13px;
  --base-line-height: 1.5;
  /* @link https://utopia.fyi/space/calculator?c=375,16,1.2,960,24,1.25,5,2,&s=0.5,1.75|2.5,&g=s,l,xl,12 */
  --space-xs: clamp(0.5rem, 0.3397rem + 0.6838vw, 0.75rem);
  --space-s: clamp(1rem, 0.6795rem + 1.3675vw, 1.5rem);
  --space-m: clamp(1.75rem, 1.1891rem + 2.3932vw, 2.625rem);
  --space-l: clamp(2.5rem, 1.6987rem + 3.4188vw, 3.75rem);
  --red-color: #ff3b2f;
  --blue-color: #3323ef;
  --yellow-color: #ffdd16;
  --grey-color: #484848;
  --text-color: #323231;
  --heading-color: #323231;
  --accent-color: var(--blue-color);
  --background-color: #edece8;
  --max-container: 800px;
}

@media (color-gamut: p3) {
  :root {
    --red-color: color(display-p3 1 0.231 0.184);
    --blue-color: color(display-p3 0.2 0.137 0.937);
    --yellow-color: color(display-p3 1 0.866 0.0862745098);
    --grey-color: color(display-p3 0.2823529412 0.2823529412 0.2823529412);
  }
}
/* Reset/base styles and stuff */
figure {
  padding: 0;
  margin: 0;
}

body {
  font-family: var(--font-family);
  font-size: var(--base-font-size);
  font-size: 1rem;
  padding: 0;
  margin: 0;
  background-color: var(--background-color);
  -webkit-font-smoothing: antialiased;
  font-smoothing: always;
}

* {
  box-sizing: border-box;
}

/*Base Type*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
li {
  font-size: var(--f2);
  font-weight: 500;
  line-height: 1;
  color: var(--heading-color);
  letter-spacing: initial;
  margin-top: 0;
}

h1 {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: var(--f3);
  letter-spacing: -2.8px;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

article > h1 {
  margin-left: -0.06em;
  max-width: 100%;
  width: 100%;
  line-height: 0.81em;
}
@media (max-width: 1000px) {
  article > h1 {
    max-width: 100%;
  }
}

h2 {
  font-size: var(--f2);
}

h3 {
  font-size: var(--f1);
}

h4 {
  font-size: var(--f0);
}

h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family);
  font-weight: 700;
}

h1 {
  font-family: var(--font-family-title);
}

p,
blockquote,
li,
figure {
  margin-bottom: 1em;
}

p,
li {
  font-size: var(--f1);
  line-height: 1.333;
  font-weight: 500;
  color: var(--text-color);
  letter-spacing: -0.018em;
}

p strong,
p b,
li strong,
li b {
  font-weight: 600;
}

p code {
  font-size: 16px;
}

p[size=small] {
  font-size: var(--f-1);
}

p[size=annotation] {
  font-size: var(--f-1);
  font-weight: 400;
  font-style: italic;
}

p[type=meta] {
  font-size: var(--f0);
  font-family: var(--font-family-monospace);
  font-weight: 700;
  line-height: 1.5;
}

a,
a:visited {
  color: black;
  text-decoration: underline;
}

a:hover {
  color: var(--blue-color);
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}
ul li {
  margin-bottom: 0;
}
ul li:before {
  content: "•";
  margin-left: 0.25em;
  margin-right: 0.5em;
}

/*
hr {
    border: none;
    background: black;
    height: 4px;
    margin: 4rem 0rem;
} */
picture {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
picture img {
  width: 100%;
}
picture img.small {
  width: 50%;
}
@media (max-width: 800px) {
  picture img.small {
    max-width: 320px;
    width: 100%;
  }
}
picture p {
  font-size: var(--f-1);
  font-style: italic;
  font-weight: 400;
  max-width: 320px;
}

@media (max-width: 800px) {
  picture p {
    display: none;
  }
}
/* content modifications */
content ul {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: flex-start;
}
content ul li {
  display: inline-block;
}
content columnsheader + ul {
  margin-top: -2px;
  margin-bottom: var(--space-s);
}
content columnsheader + ul li:before {
  content: "";
  margin: 0;
}

flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
flex h1,
flex p {
  width: 100%;
}
flex p {
  font-size: var(--f0);
}
flex[narrow] {
  margin: 0 auto;
  max-width: 460px;
}
flex[centered] {
  margin: 0 auto;
  max-width: 460px;
}
flex[centered] h1,
flex[centered] p {
  text-align: center;
}
flex[centered] p {
  font-size: var(--f1);
}

/* Layouts */
page {
  display: grid;
  position: relative;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-template-areas: "top" "middle" "bottom";
  column-gap: 0;
  row-gap: 0;
  overflow-x: hidden;
}
page main {
  grid-area: middle;
  justify-self: start;
  padding: var(--space-m);
}
page footer {
  grid-area: bottom;
  padding: var(--space-m);
  padding-top: 100px;
  padding-bottom: 200px;
}

main {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 100vw;
}
main header,
main article {
  margin: 0 auto;
}
main article {
  margin-top: 4rem;
}
main {
  padding: var(--space-s);
}

header {
  display: block;
  position: relative;
  max-width: var(--max-container);
  padding: 0;
  overflow: hidden;
}
header p,
header li {
  font-size: var(--f0);
  line-height: 1.5em;
}

footer {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-template-areas: "top" "bottom";
  padding: var(--space-s);
  padding-top: var(--space-l);
  padding-bottom: var(--space-l);
}
footer content {
  grid-area: bottom;
  /* display:flex; */
  /* align-items:center; */
  margin: 0 auto;
}
footer content p {
  max-width: 800px;
  margin-bottom: 0;
}
footer content p,
footer content a,
footer content a:visited {
  word-break: break-word;
  font-size: var(--f0);
  line-height: 1.5em;
}

main content p {
  text-align: justify;
}
main content > *:not(img,
picture,
ul,
columnsheader,
flex,
gallery,
*:has(.highlight),
figure.highlight) {
  max-width: 800px;
}
@media (max-width: 765px) {
  main content > *:not(img,
  picture,
  ul,
  columnsheader,
  flex,
  gallery,
  *:has(.highlight),
  figure.highlight) {
    max-width: 100%;
  }
}

/* Code */
/* Code Styles */
pre {
  display: inline-block;
  position: relative;
  background: transparent;
  border-radius: 0rem;
  padding: 1rem;
  margin: 0;
  box-sizing: border-box;
  /* border: 2px solid black; */
  overflow-x: scroll;
  width: 100%;
  margin-bottom: 1rem;
  --clr-unformatted: #1d1f1e;
  --clr-keyword: #ff3b2f;
  --clr-punctuation: #3260ff;
  --clr-string: #fe901d;
  --clr-comment: #707070;
  overflow-x: scroll;
}

code {
  background-color: lightgrey;
  padding: 0.15em 0.25em;
  border-radius: 4px;
  font-family: var(--font-family-monospace);
  font-weight: 600;
}

pre code {
  display: inline-block;
  position: relative;
  padding: 0;
  background-color: transparent;
  font-size: var(--f0);
  line-height: 1.5em;
  overflow-x: scroll;
}

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