@charset "UTF-8";
@font-face {
  font-family: "Authentic Sans";
  size-adjust: 96%;
  font-weight: 200;
  src: url("/blog/fonts/authentic-sans-light.woff2") format("woff2"), url("/blog/fonts/authentic-sans-light.woff") format("woff");
}
@font-face {
  font-family: "Authentic Sans";
  size-adjust: 96%;
  font-weight: 400;
  src: url("/blog/fonts/authentic-sans-regular.woff2") format("woff2"), url("/blog/fonts/authentic-sans-regular.woff") format("woff");
}
/*
// Linux Libertine Display
size-adjust: 109.0%; // Equal San Francisco cap-height
size-adjust: 123.5%; // Equal San Francisco x-height
// Linux Libertine
size-adjust: 109%; // Equal San Francisco cap-height
size-adjust: 119%; // Equal San Francisco x-height
*/
@font-face {
  font-family: "Linux Libertine";
  size-adjust: 118%;
  font-weight: 400;
  src: url("/blog/fonts/linux-libertine-regular.woff2") format("woff2"), url("/blog/fonts/linux-libertine-regular.woff") format("woff");
}
@font-face {
  font-family: "Linux Libertine";
  size-adjust: 118%;
  font-weight: 400;
  font-style: italic;
  src: url("/blog/fonts/linux-libertine-italic.woff2") format("woff2"), url("/blog/fonts/linux-libertine-italic.woff") format("woff");
}
@font-face {
  font-family: "JetBrains Mono NL";
  size-adjust: 94.3%;
  font-weight: 400;
  src: url("/blog/fonts/jetbrains-mono-nl-regular.woff2") format("woff2"), url("/blog/fonts/jetbrains-mono-nl-regular.woff") format("woff");
}
@font-face {
  font-family: "JetBrains Mono NL";
  size-adjust: 94.3%;
  font-weight: 400;
  font-style: italic;
  src: url("/blog/fonts/jetbrains-mono-nl-italic.woff2") format("woff2"), url("/blog/fonts/jetbrains-mono-nl-italic.woff") format("woff");
}
@font-face {
  font-family: "JetBrains Mono NL";
  size-adjust: 94.3%;
  font-weight: 700;
  src: url("/blog/fonts/jetbrains-mono-nl-bold.woff2") format("woff2"), url("/blog/fonts/jetbrains-mono-nl-bold.woff") format("woff");
}
@font-face {
  font-family: "JetBrains Mono NL";
  size-adjust: 94.3%;
  font-weight: 700;
  font-style: italic;
  src: url("/blog/fonts/jetbrains-mono-nl-bold-italic.woff2") format("woff2"), url("/blog/fonts/jetbrains-mono-nl-bold-italic.woff") format("woff");
}
:root {
  --font-display:
    "Authentic Sans",
    "Helvetica Neue",
    sans-serif;
  --font-text:
    "Linux Libertine",
    "Times New Roman",
    serif;
  --font-mono:
    "JetBrains Mono NL",
    "SF Mono",
    "Menlo",
    "Consolas",
    monospace;
  --indentation: 1.6rem;
  --scroll-bar-width: 15px;
  --color-tan: #ffcfb3;
  font-family: system-ui;
  font-size: 1.5em;
  font-size: calc((0.6em + (40vw / 52)) * 24 / 16);
  line-height: 1.2rem;
}
@media (min-width: 52em) {
  :root {
    font-size: 1.5em;
  }
}
@media (max-width: 40em) {
  :root {
    --indentation: 1.2rem;
  }
}
@media (max-width: 24em) {
  :root {
    --indentation: 1rem;
  }
}

.font-display {
  font-family: var(--font-display);
}

.font-text {
  font-family: var(--font-text);
}

.font-mono {
  font-family: var(--font-mono);
}

header,
footer,
section,
article a {
  font-family: var(--font-display);
  letter-spacing: 0.01em;
}

.font-display {
  font-family: var(--font-display);
}

* {
  position: relative;
}

body {
  margin: 0;
}

header,
main,
section,
footer {
  display: flow-root;
  padding: 4rem 0;
}
@media (max-width: 36em) {
  header,
main,
section,
footer {
    padding: 3rem 0;
  }
}
header > .column,
main > .column,
section > .column,
footer > .column {
  margin-right: auto;
  margin-left: auto;
  max-width: 52rem;
  padding: 0 calc(var(--indentation) * 0.75);
}
header > .column:not(:first-child),
main > .column:not(:first-child),
section > .column:not(:first-child),
footer > .column:not(:first-child) {
  margin-top: calc(3rem + 1vw);
}
header > .column > :first-child,
main > .column > :first-child,
section > .column > :first-child,
footer > .column > :first-child {
  margin-top: 0;
}
header > .column > :last-child,
main > .column > :last-child,
section > .column > :last-child,
footer > .column > :last-child {
  margin-bottom: 0;
}

header,
main {
  background: var(--color-tan);
}

footer {
  padding-bottom: 6rem;
}
footer p,
footer ul,
footer ol {
  margin: 0;
}

.page--error h1 span {
  font-weight: 200;
}

.page--home main ul {
  list-style: none;
  padding-left: 0;
}
.page--home main a {
  margin-right: 0.6em;
}
.page--home main time {
  display: inline-block;
  font-size: 0.8em;
  font-family: var(--font-display);
  text-transform: uppercase;
}
.page--home main time span:not(:first-child)::before {
  content: "—";
}
.page--home main p {
  opacity: 0.3;
  font-size: 0.8em;
}

.page--article main > .column > div {
  display: flex;
  flex-direction: column;
  font-family: var(--font-display);
}
.page--article main > .column > div time {
  order: -1;
  margin: -3.6rem 0 1.2rem;
  line-height: 0;
}
.page--article main > .column > div time span {
  margin-left: 1em;
  padding: 0 0.12em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: #ffcfb3;
  font-size: 0.8125rem;
}
.page--article main > .column > div time span:first-child {
  margin-left: 0;
  padding-left: 0;
}
.page--article article {
  max-width: 30rem;
  font-size: 0.875rem;
  font-family: var(--font-text);
}
.page--article article > :last-child {
  margin-bottom: 0;
}
.page--article article a,
.page--article article p .font-display {
  line-height: 1;
}
.page--article h1,
.page--article h1 + p {
  margin-bottom: 0;
  max-width: 35rem;
}
.page--article h1 {
  margin-top: 2.4rem;
}
.page--article h1 + p {
  margin-top: 1.2rem;
  font-size: 1.5em;
  font-family: var(--font-display);
  font-weight: 200;
  line-height: 1.8rem;
}
@media (max-width: 30em) {
  .page--article h1 + p {
    font-size: 1em;
    line-height: 1.2rem;
  }
}
.page--article sup.fnref {
  margin: 0 0.1em;
  font-weight: 500;
}
.page--article sup.fnref a {
  text-decoration: none;
}
.page--article h2#footnotes {
  font-size: 0.875rem;
  line-height: 1.2rem;
}
.page--article h2#footnotes + ol > li {
  margin-top: 0.8rem;
}
.page--article h2#footnotes + ol p > a:first-child {
  font-size: 1.6em;
  line-height: 0.625em;
  text-decoration: none;
}

.section--comments {
  border-bottom: 1px dashed currentColor;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2.4rem 0 1.2rem;
  font-weight: 400;
  font-family: "Authentic Sans";
}

h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 2.2em;
  line-height: 2.4rem;
}

h2 {
  font-size: 1.28em;
  line-height: 1.8rem;
}

h3 {
  font-size: 1.18em;
  line-height: 1.8rem;
}

h4 {
  font-size: 1.1em;
  line-height: 1.2rem;
}

h5 {
  font-size: 1.04em;
  line-height: 1.2rem;
}

h6 {
  font-size: 1em;
  line-height: 1.2rem;
}

@media (max-width: 30em) {
  h1 {
    font-size: 1.5em;
    line-height: 1.8rem;
  }
}
@media (max-width: 24em) {
  h2 {
    font-size: 1.22em;
    line-height: 1.8rem;
  }

  h3 {
    font-size: 1.12em;
    line-height: 1.2rem;
  }

  h4 {
    font-size: 1.05em;
    line-height: 1.2rem;
  }

  h5,
h6 {
    font-size: 1em;
    line-height: 1.2rem;
  }
}
p,
ol,
ul {
  margin: 1.2rem 0;
}

ol,
ul {
  padding-left: var(--indentation);
}

ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: lower-roman;
}

ul {
  list-style-type: "— ";
}

blockquote {
  margin: 1.2rem 0;
  padding-left: var(--indentation);
}
blockquote::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.28rem;
  bottom: 0.2rem;
  left: 0;
  border-left: 1px solid currentColor;
}
blockquote p,
blockquote ol,
blockquote ul {
  margin: 0.8rem 0;
}

details {
  display: flow-root;
  padding: 0 var(--indentation);
  border: 1px dashed currentColor;
}
details p,
details ol,
details ul {
  margin: 0.8rem 0;
}

summary {
  margin: 0 calc(var(--indentation) * -1);
  padding: 0.45rem var(--indentation) 0.35rem;
  cursor: default;
  font-family: var(--font-display);
}
summary::marker {
  content: "";
}
summary::before, summary::after {
  content: "";
  position: absolute;
  right: calc(var(--indentation) + 0.5em);
  top: calc(0.45rem + 0.6rem - 0.5em);
  height: 1em;
  border-left: 1px solid currentColor;
}
summary::before {
  transform: rotate(0deg);
}
summary::after {
  transform: rotate(90deg);
}
details[open] summary {
  border-bottom: 1px dashed currentColor;
}
details[open] summary::before {
  transform: rotate(45deg);
}
details[open] summary::after {
  transform: rotate(135deg);
}

pre,
code {
  font-family: var(--font-mono);
  letter-spacing: -0.01em;
}

pre {
  padding-left: var(--indentation);
  display: flex;
  overflow-x: auto;
  box-sizing: border-box;
  width: calc(100vw - var(--scroll-bar-width) - var(--indentation) * 1.5);
  max-width: 52rem;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  scrollbar-width: thin;
}
pre:hover {
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}
body:not(.ua-is-mobile) pre::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
  height: 6px;
}
body:not(.ua-is-mobile) pre::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
body:not(.ua-is-mobile) pre:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
pre .pre-line {
  align-self: stretch;
  margin: 0.28rem 0 0.2rem 0;
  border-left: 1px solid currentColor;
}
pre .pre-line:nth-child(1),
pre .pre-line:nth-last-child(1) {
  position: sticky;
  border-left-style: dashed;
}
pre .pre-line:nth-child(1),
pre .pre-line:nth-child(2) {
  margin-left: calc(var(--indentation) * -1);
  margin-right: calc(var(--indentation) - 1px);
}
pre .pre-line:nth-child(1) {
  left: calc(var(--indentation) * -1);
}
pre .pre-line:nth-last-child(2) {
  margin-left: calc(var(--indentation) - 1px);
}
pre .pre-line:nth-last-child(1) {
  margin-left: -1px;
  right: 0;
}

pre:not(.pre-has-scroll) .pre-line:nth-child(1),
pre:not(.pre-has-scroll) .pre-line:nth-last-child(2),
pre:not(.pre-has-scroll) .pre-line:nth-last-child(1) {
  display: none;
}

blockquote pre,
ol pre,
ul pre {
  width: calc(100vw - var(--scroll-bar-width) - var(--indentation) * 2.5);
  max-width: calc(52rem - var(--indentation));
}
blockquote blockquote pre,
blockquote ol pre,
blockquote ul pre,
ol blockquote pre,
ol ol pre,
ol ul pre,
ul blockquote pre,
ul ol pre,
ul ul pre {
  width: calc(100vw - var(--scroll-bar-width) - var(--indentation) * 3.5);
  max-width: calc(52rem - var(--indentation) * 2);
}

.note-block {
  padding: 0 var(--indentation);
  border: 1px dashed currentColor;
}
.note-block p {
  margin: 0.4rem 0;
}

sup,
sub {
  line-height: 0.7;
}

hr {
  color: inherit;
  border: 0 solid currentColor;
  border-width: 1px 0 0;
}

hr:not(.hr--heavy) {
  margin: 1.6rem auto;
  left: -1.5%;
  width: 4em;
}

hr.hr--heavy {
  margin: 3.6rem 0;
}

a {
  color: #0022cc;
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 0.05rem;
}
a:visited {
  color: #7700b3;
}

.a--big {
  font-family: var(--font-display);
  font-size: 1.4em;
  text-decoration-thickness: 0.08rem;
}
.a--big .svg-icon {
  margin-left: 0.35em;
}

.svg-icon {
  margin-bottom: -0.1em;
  height: 0.8em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}