@charset "UTF-8";
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,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  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;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 19px;
  border-top: 3px solid #F5C714;
  background-color: #EFEFEF;
}
@media (max-width: 40em) {
  html {
    font-size: 16px;
  }
}
@media (prefers-color-scheme: dark) {
  html {
    background: #2A2A2A;
    color: #DFDFDF;
  }
}

body {
  background: #FEFEFE;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.66;
  color: #1c2835;
  padding-top: 1.5em;
}
@media (prefers-color-scheme: dark) {
  body {
    background: #2A2A2A;
    color: #DFDFDF;
  }
}

* {
  box-sizing: border-box;
}

a {
  padding: 1px;
  text-decoration: none;
  color: #5287F6;
}
@media (prefers-color-scheme: dark) {
  a {
    color: #96d4ff;
  }
}

#wrapper {
  margin: 1rem auto 2rem auto;
  max-width: 50em;
  max-width: 50rem;
}
#wrapper:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 52em) {
  #wrapper {
    margin-top: 1rem;
  }
}

main {
  max-width: 100%;
  padding: 1rem;
  font-size: 1em;
}
@media (max-width: 40em) {
  main {
    margin-left: 0;
  }
}
main#archive {
  max-width: 36rem;
}

.pagination {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  border-top: 1px dotted #888;
  padding: 5px;
  text-align: center;
  margin-bottom: 1.5rem;
}
.pagination a {
  font-size: 0.9rem;
  padding: 3px 5px;
  border-bottom: 1px solid transparent;
}
.pagination a:hover {
  border-bottom-color: #F5C714;
}
.pagination span {
  font-size: 0.9rem;
  padding: 4px 5px 3px 5px;
}
.pagination .left {
  float: left;
}
.pagination .right {
  float: right;
}
.pagination .center {
  margin: 0 auto;
  border-bottom-color: #999;
}

#site-header {
  padding: 1rem 3rem 0 3rem;
  margin-bottom: 1rem;
}
#site-header:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 40em) {
  #site-header {
    float: none;
    padding: 0 1rem;
    border-bottom: 1px #EFEFEF solid;
    max-width: 100%;
  }
}

h1#xam {
  display: block;
  margin: 0 0 1rem 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
@media (min-width: 40em) {
  h1#xam {
    float: left;
  }
}
h1#xam a {
  display: inline-block;
  color: black;
  font-size: 1.7rem;
  line-height: 1.3em;
  font-weight: 900;
  text-align: right;
  text-transform: none;
  transition: all 0.7s;
  text-decoration: none;
}
@media (prefers-color-scheme: dark) {
  h1#xam a {
    color: white;
  }
}
h1#xam a:hover {
  color: #000;
  background: transparent;
}
@media (prefers-color-scheme: dark) {
  h1#xam a:hover {
    color: #FFF;
  }
}
@media (max-width: 40em) {
  h1#xam {
    margin-bottom: 0;
  }
}

.site-nav {
  margin-top: 0.5em;
}
@media (min-width: 40em) {
  .site-nav {
    float: right;
  }
}
.site-nav a + a {
  margin-left: 0.5em;
}

a.page-link {
  display: inline-block;
  margin-bottom: 0.15rem;
  color: #999;
}
a.page-link:hover {
  color: #2380C2;
}
a.page-link.active {
  color: #000;
  border-bottom: 3px #1c2835 solid;
}
@media (prefers-color-scheme: dark) {
  a.page-link.active {
    color: #FFF;
  }
}
@media (max-width: 40em) {
  a.page-link {
    display: inline-block;
  }
}

#site-footer {
  background: #EFEFEF;
  border-top: 1px solid #D9D9D9;
  overflow: auto;
}
@media (prefers-color-scheme: dark) {
  #site-footer {
    background: #222;
    border-top-color: #000;
  }
}
#site-footer > div {
  margin: 1rem auto;
  font-size: 0.8rem;
  max-width: 40rem;
}
#site-footer .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}
@media (max-width: 40em) {
  #site-footer p {
    margin: 0 1rem;
  }
}

/**
 * One Light theme for prism.js
 * Based on Atom's One Light theme: https://github.com/atom/atom/tree/master/packages/one-light-syntax
 */
/**
 * One Light colours (accurate as of commit eb064bf on 19 Feb 2021)
 * From colors.less
 * --mono-1: hsl(230, 8%, 24%);
 * --mono-2: hsl(230, 6%, 44%);
 * --mono-3: hsl(230, 4%, 64%)
 * --hue-1: hsl(198, 99%, 37%);
 * --hue-2: hsl(221, 87%, 60%);
 * --hue-3: hsl(301, 63%, 40%);
 * --hue-4: hsl(119, 34%, 47%);
 * --hue-5: hsl(5, 74%, 59%);
 * --hue-5-2: hsl(344, 84%, 43%);
 * --hue-6: hsl(35, 99%, 36%);
 * --hue-6-2: hsl(35, 99%, 40%);
 * --syntax-fg: hsl(230, 8%, 24%);
 * --syntax-bg: hsl(230, 1%, 98%);
 * --syntax-gutter: hsl(230, 1%, 62%);
 * --syntax-guide: hsla(230, 8%, 24%, 0.2);
 * --syntax-accent: hsl(230, 100%, 66%);
 * From syntax-variables.less
 * --syntax-selection-color: hsl(230, 1%, 90%);
 * --syntax-gutter-background-color-selected: hsl(230, 1%, 90%);
 * --syntax-cursor-line: hsla(230, 8%, 24%, 0.05);
 */
code[class*=language-],
pre[class*=language-] {
  background: #F9F9F9;
  color: hsl(230, 8%, 24%);
  font-family: "SF Mono Regular", "Source Code Pro", monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  line-height: 1.5;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* Selection */
code[class*=language-]::-moz-selection,
code[class*=language-] *::-moz-selection,
pre[class*=language-] *::-moz-selection {
  background: hsl(230, 1%, 90%);
  color: inherit;
}

code[class*=language-]::selection,
code[class*=language-] *::selection,
pre[class*=language-] *::selection {
  background: hsl(230, 1%, 90%);
  color: inherit;
}

/* Code blocks */
pre[class*=language-] {
  padding: 1em;
  margin: 0.5em 0;
  overflow: auto;
  border-radius: 0.3em;
}

/* Inline code */
:not(pre) > code[class*=language-] {
  padding: 0.2em 0.3em;
  border-radius: 0.3em;
  white-space: normal;
}

.token.comment,
.token.prolog,
.token.cdata {
  color: hsl(230, 4%, 64%);
}

.token.doctype,
.token.punctuation,
.token.entity {
  color: hsl(230, 8%, 24%);
}

.token.attr-name,
.token.class-name,
.token.boolean,
.token.constant,
.token.number,
.token.atrule {
  color: hsl(35, 99%, 36%);
}

.token.keyword {
  color: hsl(301, 63%, 40%);
}

.token.property,
.token.tag,
.token.symbol,
.token.deleted,
.token.important {
  color: hsl(5, 74%, 59%);
}

.token.selector,
.token.string,
.token.char,
.token.builtin,
.token.inserted,
.token.regex,
.token.attr-value,
.token.attr-value > .token.punctuation {
  color: hsl(119, 34%, 47%);
}

.token.variable,
.token.operator,
.token.function {
  color: hsl(221, 87%, 60%);
}

.token.url {
  color: hsl(198, 99%, 37%);
}

/* HTML overrides */
.token.attr-value > .token.punctuation.attr-equals,
.token.special-attr > .token.attr-value > .token.value.css {
  color: hsl(230, 8%, 24%);
}

/* CSS overrides */
.language-css .token.selector {
  color: hsl(5, 74%, 59%);
}

.language-css .token.property {
  color: hsl(230, 8%, 24%);
}

.language-css .token.function,
.language-css .token.url > .token.function {
  color: hsl(198, 99%, 37%);
}

.language-css .token.url > .token.string.url {
  color: hsl(119, 34%, 47%);
}

.language-css .token.important,
.language-css .token.atrule .token.rule {
  color: hsl(301, 63%, 40%);
}

/* JS overrides */
.language-javascript .token.operator {
  color: hsl(301, 63%, 40%);
}

.language-javascript .token.template-string > .token.interpolation > .token.interpolation-punctuation.punctuation {
  color: hsl(344, 84%, 43%);
}

/* JSON overrides */
.language-json .token.operator {
  color: hsl(230, 8%, 24%);
}

.language-json .token.null.keyword {
  color: hsl(35, 99%, 36%);
}

/* MD overrides */
.language-markdown .token.url,
.language-markdown .token.url > .token.operator,
.language-markdown .token.url-reference.url > .token.string {
  color: hsl(230, 8%, 24%);
}

.language-markdown .token.url > .token.content {
  color: hsl(221, 87%, 60%);
}

.language-markdown .token.url > .token.url,
.language-markdown .token.url-reference.url {
  color: hsl(198, 99%, 37%);
}

.language-markdown .token.blockquote.punctuation,
.language-markdown .token.hr.punctuation {
  color: hsl(230, 4%, 64%);
  font-style: italic;
}

.language-markdown .token.code-snippet {
  color: hsl(119, 34%, 47%);
}

.language-markdown .token.bold .token.content {
  color: hsl(35, 99%, 36%);
}

.language-markdown .token.italic .token.content {
  color: hsl(301, 63%, 40%);
}

.language-markdown .token.strike .token.content,
.language-markdown .token.strike .token.punctuation,
.language-markdown .token.list.punctuation,
.language-markdown .token.title.important > .token.punctuation {
  color: hsl(5, 74%, 59%);
}

/* General */
.token.bold {
  font-weight: bold;
}

.token.comment,
.token.italic {
  font-style: italic;
}

.token.entity {
  cursor: help;
}

.token.namespace {
  opacity: 0.8;
}

/* Plugin overrides */
/* Selectors should have higher specificity than those in the plugins' default stylesheets */
/* Show Invisibles plugin overrides */
.token.token.tab:not(:empty):before,
.token.token.cr:before,
.token.token.lf:before,
.token.token.space:before {
  color: hsla(230, 8%, 24%, 0.2);
}

/* Toolbar plugin overrides */
/* Space out all buttons and move them away from the right edge of the code block */
div.code-toolbar > .toolbar.toolbar > .toolbar-item {
  margin-right: 0.4em;
}

/* Styling the buttons */
div.code-toolbar > .toolbar.toolbar > .toolbar-item > button,
div.code-toolbar > .toolbar.toolbar > .toolbar-item > a,
div.code-toolbar > .toolbar.toolbar > .toolbar-item > span {
  background: hsl(230, 1%, 90%);
  color: hsl(230, 6%, 44%);
  padding: 0.1em 0.4em;
  border-radius: 0.3em;
}

div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:hover,
div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:focus,
div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:hover,
div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:focus,
div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:hover,
div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:focus {
  background: hsl(230, 1%, 78%);
  /* custom: darken(--syntax-bg, 20%) */
  color: hsl(230, 8%, 24%);
}

/* Line Highlight plugin overrides */
/* The highlighted line itself */
.line-highlight.line-highlight {
  background: hsla(230, 8%, 24%, 0.05);
}

/* Default line numbers in Line Highlight plugin */
.line-highlight.line-highlight:before,
.line-highlight.line-highlight[data-end]:after {
  background: hsl(230, 1%, 90%);
  color: hsl(230, 8%, 24%);
  padding: 0.1em 0.6em;
  border-radius: 0.3em;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  /* same as Toolbar plugin default */
}

/* Hovering over a linkable line number (in the gutter area) */
/* Requires Line Numbers plugin as well */
pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows > span:hover:before {
  background-color: hsla(230, 8%, 24%, 0.05);
}

/* Line Numbers and Command Line plugins overrides */
/* Line separating gutter from coding area */
.line-numbers.line-numbers .line-numbers-rows,
.command-line .command-line-prompt {
  border-right-color: hsla(230, 8%, 24%, 0.2);
}

/* Stuff in the gutter */
.line-numbers .line-numbers-rows > span:before,
.command-line .command-line-prompt > span:before {
  color: hsl(230, 1%, 62%);
}

/* Match Braces plugin overrides */
/* Note: Outline colour is inherited from the braces */
.rainbow-braces .token.token.punctuation.brace-level-1,
.rainbow-braces .token.token.punctuation.brace-level-5,
.rainbow-braces .token.token.punctuation.brace-level-9 {
  color: hsl(5, 74%, 59%);
}

.rainbow-braces .token.token.punctuation.brace-level-2,
.rainbow-braces .token.token.punctuation.brace-level-6,
.rainbow-braces .token.token.punctuation.brace-level-10 {
  color: hsl(119, 34%, 47%);
}

.rainbow-braces .token.token.punctuation.brace-level-3,
.rainbow-braces .token.token.punctuation.brace-level-7,
.rainbow-braces .token.token.punctuation.brace-level-11 {
  color: hsl(221, 87%, 60%);
}

.rainbow-braces .token.token.punctuation.brace-level-4,
.rainbow-braces .token.token.punctuation.brace-level-8,
.rainbow-braces .token.token.punctuation.brace-level-12 {
  color: hsl(301, 63%, 40%);
}

/* Diff Highlight plugin overrides */
/* Taken from https://github.com/atom/github/blob/master/styles/variables.less */
pre.diff-highlight > code .token.token.deleted:not(.prefix),
pre > code.diff-highlight .token.token.deleted:not(.prefix) {
  background-color: hsla(353, 100%, 66%, 0.15);
}

pre.diff-highlight > code .token.token.deleted:not(.prefix)::-moz-selection,
pre.diff-highlight > code .token.token.deleted:not(.prefix) *::-moz-selection,
pre > code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection,
pre > code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection {
  background-color: hsla(353, 95%, 66%, 0.25);
}

pre.diff-highlight > code .token.token.deleted:not(.prefix)::selection,
pre.diff-highlight > code .token.token.deleted:not(.prefix) *::selection,
pre > code.diff-highlight .token.token.deleted:not(.prefix)::selection,
pre > code.diff-highlight .token.token.deleted:not(.prefix) *::selection {
  background-color: hsla(353, 95%, 66%, 0.25);
}

pre.diff-highlight > code .token.token.inserted:not(.prefix),
pre > code.diff-highlight .token.token.inserted:not(.prefix) {
  background-color: hsla(137, 100%, 55%, 0.15);
}

pre.diff-highlight > code .token.token.inserted:not(.prefix)::-moz-selection,
pre.diff-highlight > code .token.token.inserted:not(.prefix) *::-moz-selection,
pre > code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection,
pre > code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection {
  background-color: hsla(135, 73%, 55%, 0.25);
}

pre.diff-highlight > code .token.token.inserted:not(.prefix)::selection,
pre.diff-highlight > code .token.token.inserted:not(.prefix) *::selection,
pre > code.diff-highlight .token.token.inserted:not(.prefix)::selection,
pre > code.diff-highlight .token.token.inserted:not(.prefix) *::selection {
  background-color: hsla(135, 73%, 55%, 0.25);
}

/* Previewers plugin overrides */
/* Based on https://github.com/atom-community/atom-ide-datatip/blob/master/styles/atom-ide-datatips.less and https://github.com/atom/atom/blob/master/packages/one-light-ui */
/* Border around popup */
.prism-previewer.prism-previewer:before,
.prism-previewer-gradient.prism-previewer-gradient div {
  border-color: hsl(0, 0%, 95%);
}

/* Angle and time should remain as circles and are hence not included */
.prism-previewer-color.prism-previewer-color:before,
.prism-previewer-gradient.prism-previewer-gradient div,
.prism-previewer-easing.prism-previewer-easing:before {
  border-radius: 0.3em;
}

/* Triangles pointing to the code */
.prism-previewer.prism-previewer:after {
  border-top-color: hsl(0, 0%, 95%);
}

.prism-previewer-flipped.prism-previewer-flipped.after {
  border-bottom-color: hsl(0, 0%, 95%);
}

/* Background colour within the popup */
.prism-previewer-angle.prism-previewer-angle:before,
.prism-previewer-time.prism-previewer-time:before,
.prism-previewer-easing.prism-previewer-easing {
  background: hsl(0, 0%, 100%);
}

/* For angle, this is the positive area (eg. 90deg will display one quadrant in this colour) */
/* For time, this is the alternate colour */
.prism-previewer-angle.prism-previewer-angle circle,
.prism-previewer-time.prism-previewer-time circle {
  stroke: hsl(230, 8%, 24%);
  stroke-opacity: 1;
}

/* Stroke colours of the handle, direction point, and vector itself */
.prism-previewer-easing.prism-previewer-easing circle,
.prism-previewer-easing.prism-previewer-easing path,
.prism-previewer-easing.prism-previewer-easing line {
  stroke: hsl(230, 8%, 24%);
}

/* Fill colour of the handle */
.prism-previewer-easing.prism-previewer-easing circle {
  fill: transparent;
}

article {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #1c2835;
  border-bottom: 1px #888 dotted;
  margin-bottom: 2rem;
  padding: 0 0rem 3rem 0rem;
  word-wrap: break-word;
  overflow: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (prefers-color-scheme: dark) {
  article {
    color: #DFDFDF;
  }
}
@media (min-width: 40em) {
  article {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
article.microblog-post {
  background: #EFEFEF;
  border-radius: 0.25em;
  border-bottom: none;
  padding: 0.5rem;
}
@media (min-width: 40em) {
  article.microblog-post {
    padding: 1rem 2rem;
  }
}
article.microblog-post header {
  margin-bottom: 0;
}
article.microblog-post .meta {
  font-size: 0.6em;
  margin-bottom: 0;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
}
article iframe {
  margin: 0 auto 1rem auto !important;
}
article .icon-tag,
article .icon-calendar {
  fill: red;
}
article:last-of-type {
  border-bottom: none;
}
article footer {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  overflow: auto;
}
article footer a,
article footer a:link,
article footer a:visited {
  background: none;
  background-color: #bfbfbf;
  color: #FFF;
  border-radius: 0.2rem;
  padding: 0.25rem 0.5rem;
  transition: 0.33s all;
  text-align: right;
  float: right;
  font-size: 0.8rem;
  text-shadow: none;
}
article footer a:hover {
  background: none;
  background-color: #5287F6;
  border-bottom-color: #EFEFEF;
}
article header {
  margin-bottom: 1em;
}
article header h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 2.1em;
  font-weight: 700;
  margin: 0;
  line-height: 130%;
  color: #1c2835;
}
@media (prefers-color-scheme: dark) {
  article header h1 {
    color: #DFDFDF;
  }
}
article header h1 span {
  background: linear-gradient(to bottom, transparent, transparent 50%, transparent 65%, rgb(239, 239, 239) 65%, rgb(239, 239, 239) 90%, transparent 90%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0.2rem 0.2rem;
}
@media (prefers-color-scheme: dark) {
  article header h1 span {
    background: linear-gradient(to bottom, transparent, transparent 50%, transparent 65%, rgb(70, 70, 70) 65%, rgb(70, 70, 70) 90%, transparent 90%);
  }
}
article header h1 a,
article header h1 a:visited,
article header h1 a:link {
  text-decoration: inherit;
  color: inherit;
  padding: 0.2rem 0.2rem;
  background: none;
  text-shadow: none;
  background: linear-gradient(to bottom, transparent, transparent 50%, transparent 65%, rgba(245, 199, 20, 0.3) 65%, rgba(245, 199, 20, 0.3) 90%, transparent 90%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
article header h1 a:hover,
article header h1 a:visited:hover,
article header h1 a:link:hover {
  background: linear-gradient(to bottom, transparent, transparent 50%, transparent 65%, rgba(245, 199, 20, 0.8) 65%, rgba(245, 199, 20, 0.8) 90%, transparent 90%);
}
article .meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  color: #999;
  margin: 1em 0 1em 0;
  position: relative;
}
article .meta a {
  background-position: 0 1.2em;
}
article.external-post {
  padding-top: 1rem;
}
article.external-post header {
  font-size: 0.85rem;
}
article.external-post header h1 {
  font-size: 1.1rem;
  text-align: left;
}
article.external-post header h1:after {
  content: " →";
  color: #999;
  font-size: 80%;
}
article.external-post header h1 a {
  padding: 0.2rem 0;
}
article.external-post .meta {
  text-align: left;
}
article a {
  text-decoration: underline;
}
article a:hover {
  color: #2380C2;
}
article p img {
  max-width: 100%;
}
article p code {
  font-size: 0.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  display: block;
  line-height: 1.6em;
  padding: 0;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code {
  font-size: 0.8em;
}

h1 {
  font-size: 1.8rem;
  margin: 0.2em 2rem 1.3rem 1rem;
}

h2 {
  font-size: 1.6rem;
  margin: 0.2em 0 1.3rem 0;
}

h3 {
  font-size: 1.3rem;
  margin: 0.2em 0 1.3rem 0;
}

hr {
  margin-bottom: 1rem;
  margin-top: -0.5rem;
  border: none;
  background: transparent;
}
hr:after {
  display: block;
  text-align: center;
  content: "* * *";
  color: #999;
  font-size: 0.8rem;
}

.footnotes {
  border-top: 1px #DFDFDF dotted;
  margin: 0;
  padding: 10px;
  font-size: 0.8rem;
  line-height: 1.3rem;
  color: #999;
}

.img__full {
  margin: 0 -1rem;
  width: 100%;
  width: -webkit-calc(100% + 2rem);
  width: calc(100% + 2rem);
  max-width: calc(100% + 2rem);
  border-radius: 0.3rem;
}

blockquote {
  font-style: italic;
  margin: 0rem 2rem 1rem 0rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  position: relative;
  font-size: 0.9em;
  padding-left: 1em;
  border-left: 0.2em solid #F5C714;
  padding: 1rem;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote cite {
  font-size: 0.8rem;
  display: block;
  font-style: italic;
  text-align: right;
}
blockquote cite a {
  word-wrap: break-word;
}
blockquote cite:before {
  content: "—";
  padding-right: 0.3em;
  padding-left: 0.3em;
  color: #999;
}

p,
article blockquote,
ul,
ol,
figure {
  margin-bottom: 2.1em;
}

p + p {
  margin-top: -0.75em;
}

p + .highlighter-rouge,
p + .highlight {
  margin-top: -0.75em;
}

ul {
  list-style-type: disc;
}
ul ul {
  list-style-type: circle;
  margin-bottom: 0px;
}
ul ul ul {
  list-style-type: square;
  margin-bottom: 0px;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
  margin-bottom: 0px;
}
ol ol ol {
  list-style-type: lower-roman;
  margin-bottom: 0px;
}

li + li {
  margin-top: 0.5rem;
}

ul,
ul ul,
ul ol,
ol,
ol ul,
ol ol {
  margin-left: 1.3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

sup,
sub {
  font-size: 0.7em;
  position: relative;
  display: inline-block;
}
sup a,
sub a {
  padding: 1px;
}

sup {
  top: -0.9em;
}

sub {
  bottom: -0.5em;
}

p.lead {
  font-size: 1.35rem;
}

.hidden {
  overflow: hidden;
}
.hidden:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

code,
pre {
  font-family: "SF Mono Regular", "Source Code Pro", monospace;
}

code:not([class*=language-]) {
  background-color: #EFEFEF;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  font-weight: 400;
  padding: 0 3px;
}
@media (prefers-color-scheme: dark) {
  code:not([class*=language-]) {
    background-color: #3e3e3e;
    border: 1px solid #777777;
  }
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

code[class*=language-] {
  font-size: 0.75rem;
  line-height: 1.1;
}

ul.posts {
  list-style: none;
  margin: 0;
}
ul.posts li {
  border-bottom: 1px #D9D9D9 solid;
  overflow: auto;
}
ul.posts .post-date {
  color: #999;
  font-size: 0.85rem;
  float: right;
}