html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
img,
footer,
header,
hgroup,
menu,
nav,
textarea {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
b,
strong {
  font-weight: bolder;
}
i,
em {
  font-style: italic;
}
u {
  text-decoration: underline;
}
img {
  text-align: center;
}
@font-face {
  font-display: block;
  font-family: "Rubik Light";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Rubik Light/rubik-400.eot");
  src: local("Rubik Light"), url("fonts/Rubik Light/rubik-400.eot?#iefix") format("embedded-opentype"), url("fonts/Rubik Light/rubik-400.woff2") format("woff2"), url("fonts/Rubik Light/rubik-400.woff") format("woff"), url("fonts/Rubik Light/rubik-400.ttf") format("truetype"), url("fonts/Rubik Light/rubik-400.svg#") format("svg");
}
@font-face {
  font-display: block;
  font-family: "Rubik Light";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Rubik Light/rubik-500.eot");
  src: local("Rubik Light"), url("fonts/Rubik Light/rubik-500.eot?#iefix") format("embedded-opentype"), url("fonts/Rubik Light/rubik-500.woff2") format("woff2"), url("fonts/Rubik Light/rubik-500.woff") format("woff"), url("fonts/Rubik Light/rubik-500.ttf") format("truetype"), url("fonts/Rubik Light/rubik-500.svg#") format("svg");
}
@font-face {
  font-display: block;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Open Sans/opensans-400.eot");
  src: local("Open Sans"), url("fonts/Open Sans/opensans-400.eot?#iefix") format("embedded-opentype"), url("fonts/Open Sans/opensans-400.woff2") format("woff2"), url("fonts/Open Sans/opensans-400.woff") format("woff"), url("fonts/Open Sans/opensans-400.ttf") format("truetype"), url("fonts/Open Sans/opensans-400.svg#") format("svg");
}
@font-face {
  font-display: block;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Open Sans/opensans-600.eot");
  src: local("Open Sans"), url("fonts/Open Sans/opensans-600.eot?#iefix") format("embedded-opentype"), url("fonts/Open Sans/opensans-600.woff2") format("woff2"), url("fonts/Open Sans/opensans-600.woff") format("woff"), url("fonts/Open Sans/opensans-600.ttf") format("truetype"), url("fonts/Open Sans/opensans-600.svg#") format("svg");
}
@font-face {
  font-display: block;
  font-family: "Roboto Mono";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Roboto Mono/roboto-mono-400.eot");
  src: local("Roboto Mono"), url("fonts/Roboto Mono/roboto-mono-400.eot?#iefix") format("embedded-opentype"), url("fonts/Roboto Mono/roboto-mono-400.woff2") format("woff2"), url("fonts/Roboto Mono/roboto-mono-400.woff") format("woff"), url("fonts/Roboto Mono/roboto-mono-400.ttf") format("truetype"), url("fonts/Roboto Mono/roboto-mono-400.svg#") format("svg");
}
html:root {
  --gray-4: #FFFFFF;
  --gray-3: #CBCBCB;
  --gray-2: #393838;
  --gray-1: #161515;
  --gray-0: #050505;
  --link: #104ABB;
  --blue: #779EEA;
  --green: #5DAA61;
  --orange: #DDAC51;
  --red: #EC7575;
  --font-title: "Rubik Light", serif;
  --font-body: "Open Sans", sans-serif;
  --font-mono: "Roboto Mono", monospace;
  --border-radius: 3px;
  --space-xs: 0.1rem;
  --space-s: 0.5rem;
  --space-m: 1.2rem;
  --space-l: 2.6rem;
  --max-width: 45rem;
  --duration-s: 0.06s;
  --duration-m: 0.27s;
  --duration-l: 0.5s;
}
body {
  background-color: var(--gray-4);
  color: var(--gray-0);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.5em;
  touch-action: manipulation;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}
body :focus {
  outline: none;
}
body ::-moz-focus-inner {
  border: 0;
}
body > header {
  background-color: var(--gray-1);
  display: block;
  padding: 0 var(--space-m);
}
body header > .links-container {
  margin: auto;
  max-width: var(--max-width);
  overflow: auto;
  padding: var(--space-m) 0;
  width: 100%;
  white-space: nowrap;
  word-spacing: var(--space-m);
}
body header > .links-container > .link {
  color: var(--gray-4);
  font-size: 1.1rem;
  font-weight: 600;
  transition: color var(--duration-s) ease-in;
  word-spacing: normal;
}
body header > .links-container > .link:focus,
body header > .links-container > .link:hover {
  color: var(--blue);
}
body > main {
  padding: 0 var(--space-m);
}
article {
  margin: auto;
  max-width: var(--max-width);
  padding: var(--space-l) 0;
  width: 100%;
}
article p,
article pre {
  margin-bottom: var(--space-s);
}
article pre + p {
  margin-top: var(--space-s);
}
article h1,
article h2,
article h3 {
  font-family: var(--font-title);
  font-weight: 400;
  line-height: 1.3em;
}
article h1 {
  font-size: 1.9rem;
  font-weight: 500;
  margin-bottom: var(--space-l);
}
article p + h1,
article ol + h1,
article ul + h1,
article pre + h1,
article figure + h1,
article table + h1 {
  margin-top: calc(2 * var(--space-l));
}
article h2 {
  font-size: 1.5rem;
  margin-bottom: var(--space-s);
}
article p + h2,
article ol + h2,
article ul + h2,
article pre + h2,
article figure + h2,
article table + h2 {
  margin-top: var(--space-l);
}
article h3 {
  font-size: 1.3rem;
  margin-bottom: var(--space-s);
}
article p + h3,
article ol + h3,
article ul + h3,
article pre + h3,
article figure + h3,
article table + h3 {
  margin-top: var(--space-m);
}
article h4 {
  font-weight: bolder;
  margin-bottom: var(--space-s);
}
article p + h4,
article ol + h4,
article ul + h4,
article pre + h4,
article figure + h4,
article table + h4 {
  margin-top: var(--space-m);
}
article code {
  font-family: var(--font-mono);
  line-height: normal;
}
article code.hljs .hljs-comment {
  color: var(--green);
}
article code.hljs .hljs-keyword {
  color: var(--blue);
}
article code.hljs .hljs-meta {
  color: var(--orange);
}
article code.hljs .hljs-literal {
  color: var(--red);
}
article code.hljs .hljs-number {
  color: var(--red);
}
article code.hljs .hljs-string {
  color: var(--green);
}
article code.hljs .hljs-type {
  color: var(--blue);
}
article pre {
  background: var(--gray-2);
  border-color: var(--gray-2);
  border-style: solid;
  border-width: 0 var(--space-m);
  color: var(--gray-4);
  font-size: 0.9em;
  line-height: normal;
  margin: 0 calc(-1 * var(--space-m));
  padding: var(--space-m) 0;
  overflow: auto;
}
article ol,
article ul {
  list-style-position: outside;
  margin-bottom: var(--space-s);
  padding-left: 1.6em;
}
article ol {
  list-style-type: decimal;
}
article ul {
  list-style-type: disc;
}
article .link {
  color: var(--link);
  word-wrap: break-word;
}
article .link:focus,
article .link:hover {
  text-decoration: underline;
}
article .tag {
  border: 1px solid var(--gray-0);
  border-radius: var(--border-radius);
  font-size: 0.8em;
  padding: var(--space-xs) var(--space-s);
}
