@charset "UTF-8";
@font-face {
  font-family: "iA Writer Quattro";
  src: url("../fonts/iAWriterQuattroS-Regular.woff2") format("woff2"), url("../fonts/iAWriterQuattroS-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "iA Writer Quattro";
  src: url("../fonts/iAWriterQuattroS-Bold.woff2") format("woff2"), url("../fonts/iAWriterQuattroS-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "iA Writer Quattro";
  src: url("../fonts/iAWriterQuattroS-Italic.woff2") format("woff2"), url("../fonts/iAWriterQuattroS-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "iA Writer Quattro";
  src: url("../fonts/iAWriterQuattroS-BoldItalic.woff2") format("woff2"), url("../fonts/iAWriterQuattroS-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "iA Writer Mono";
  src: url("../fonts/iAWriterMonoS-Regular.woff2") format("woff2"), url("../fonts/iAWriterMonoS-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "iA Writer Mono";
  src: url("../fonts/iAWriterMonoS-Bold.woff2") format("woff2"), url("../fonts/iAWriterMonoS-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "iA Writer Mono";
  src: url("../fonts/iAWriterMonoS-Italic.woff2") format("woff2"), url("../fonts/iAWriterMonoS-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "iA Writer Mono";
  src: url("../fonts/iAWriterMonoS-BoldItalic.woff2") format("woff2"), url("../fonts/iAWriterMonoS-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
html[data-theme=light] {
  --background-color: #eceff4;
  --secondary-background-color: #e5e9f0;
  --tertiary-background-color: #d8dee9;
  --text-color: #4c566a;
  --secondary-text-color: #2e3440;
  --link-color: #5e81ac;
  --primary-color: #8fbcbb;
  --shadow-color: #d8dee9;
  --border-color: #5e81ac;
  --box-shadow-color: #d8dee9;
  --toggle-color: yellow;
  --toggle-background-color: #88c0d0;
  --date-color: #bf616a;
}

html[data-theme=dark] {
  --background-color: #4c566a;
  --secondary-background-color: #434c5e;
  --tertiary-background-color: #3b4252;
  --text-color: #eceff4;
  --secondary-text-color: #e5e9f0;
  --link-color: #88c0d0;
  --primary-color: #8fbcbb;
  --shadow-color: #434c5e;
  --border-color: #8fbcbb;
  --box-shadow-color: rgba(46, 52, 64, 0.4);
  --toggle-color: white;
  --toggle-background-color: #434c5e;
  --date-color: #d08770;
}

html[data-theme=light] {
  /* Comment */
  /* Error */
  /* Keyword */
  /* Operator */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Deleted.Specific */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Inserted.Specific */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */
}
html[data-theme=light] .highlight {
  background: var(--secondary-background-color);
}
html[data-theme=light] .highlight .c {
  color: #999988;
  font-style: italic;
}
html[data-theme=light] .highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
html[data-theme=light] .highlight .k {
  font-weight: bold;
}
html[data-theme=light] .highlight .o {
  font-weight: bold;
}
html[data-theme=light] .highlight .cm {
  color: #999988;
  font-style: italic;
}
html[data-theme=light] .highlight .cp {
  color: #999999;
  font-weight: bold;
}
html[data-theme=light] .highlight .c1 {
  color: #999988;
  font-style: italic;
}
html[data-theme=light] .highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}
html[data-theme=light] .highlight .gd {
  color: #000000;
  background-color: #ffdddd;
}
html[data-theme=light] .highlight .gd .x {
  color: #000000;
  background-color: #ffaaaa;
}
html[data-theme=light] .highlight .ge {
  font-style: italic;
}
html[data-theme=light] .highlight .gr {
  color: #aa0000;
}
html[data-theme=light] .highlight .gh {
  color: #999999;
}
html[data-theme=light] .highlight .gi {
  color: #000000;
  background-color: #ddffdd;
}
html[data-theme=light] .highlight .gi .x {
  color: #000000;
  background-color: #aaffaa;
}
html[data-theme=light] .highlight .go {
  color: #888888;
}
html[data-theme=light] .highlight .gp {
  color: #555555;
}
html[data-theme=light] .highlight .gs {
  font-weight: bold;
}
html[data-theme=light] .highlight .gu {
  color: #aaaaaa;
}
html[data-theme=light] .highlight .gt {
  color: #aa0000;
}
html[data-theme=light] .highlight .kc {
  font-weight: bold;
}
html[data-theme=light] .highlight .kd {
  font-weight: bold;
}
html[data-theme=light] .highlight .kp {
  font-weight: bold;
}
html[data-theme=light] .highlight .kr {
  font-weight: bold;
}
html[data-theme=light] .highlight .kt {
  color: #445588;
  font-weight: bold;
}
html[data-theme=light] .highlight .m {
  color: #009999;
}
html[data-theme=light] .highlight .s {
  color: #d14;
}
html[data-theme=light] .highlight .na {
  color: #008080;
}
html[data-theme=light] .highlight .nb {
  color: #0086b3;
}
html[data-theme=light] .highlight .nc {
  color: #445588;
  font-weight: bold;
}
html[data-theme=light] .highlight .no {
  color: #008080;
}
html[data-theme=light] .highlight .ni {
  color: #800080;
}
html[data-theme=light] .highlight .ne {
  color: #990000;
  font-weight: bold;
}
html[data-theme=light] .highlight .nf {
  color: #990000;
  font-weight: bold;
}
html[data-theme=light] .highlight .nn {
  color: #555555;
}
html[data-theme=light] .highlight .nt {
  color: #000080;
}
html[data-theme=light] .highlight .nv {
  color: #008080;
}
html[data-theme=light] .highlight .ow {
  font-weight: bold;
}
html[data-theme=light] .highlight .w {
  color: #bbbbbb;
}
html[data-theme=light] .highlight .mf {
  color: #009999;
}
html[data-theme=light] .highlight .mh {
  color: #009999;
}
html[data-theme=light] .highlight .mi {
  color: #009999;
}
html[data-theme=light] .highlight .mo {
  color: #009999;
}
html[data-theme=light] .highlight .sb {
  color: #d14;
}
html[data-theme=light] .highlight .sc {
  color: #d14;
}
html[data-theme=light] .highlight .sd {
  color: #d14;
}
html[data-theme=light] .highlight .s2 {
  color: #d14;
}
html[data-theme=light] .highlight .se {
  color: #d14;
}
html[data-theme=light] .highlight .sh {
  color: #d14;
}
html[data-theme=light] .highlight .si {
  color: #d14;
}
html[data-theme=light] .highlight .sx {
  color: #d14;
}
html[data-theme=light] .highlight .sr {
  color: #009926;
}
html[data-theme=light] .highlight .s1 {
  color: #d14;
}
html[data-theme=light] .highlight .ss {
  color: #990073;
}
html[data-theme=light] .highlight .bp {
  color: #999999;
}
html[data-theme=light] .highlight .vc {
  color: #008080;
}
html[data-theme=light] .highlight .vg {
  color: #008080;
}
html[data-theme=light] .highlight .vi {
  color: #008080;
}
html[data-theme=light] .highlight .il {
  color: #009999;
}

html[data-theme=dark] {
  /* Comment */
  /* Error */
  /* Keyword */
  /* Operator */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Deleted.Specific */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Inserted.Specific */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */
}
html[data-theme=dark] .highlight {
  background: var(--secondary-background-color);
}
html[data-theme=dark] .highlight .c {
  color: #adadad;
  font-style: italic;
}
html[data-theme=dark] .highlight .err {
  color: #bf616a;
  background-color: #e3d2d2;
}
html[data-theme=dark] .highlight .k {
  color: #81a1c1;
}
html[data-theme=dark] .highlight .o {
  font-weight: #81a1c1;
}
html[data-theme=dark] .highlight .cm {
  color: #adadad;
  font-style: italic;
}
html[data-theme=dark] .highlight .cp {
  color: #adadad;
  font-weight: bold;
}
html[data-theme=dark] .highlight .c1 {
  color: #adadad;
  font-style: italic;
}
html[data-theme=dark] .highlight .cs {
  color: #adadad;
  font-weight: bold;
  font-style: italic;
}
html[data-theme=dark] .highlight .gd {
  color: #eceff4;
  background-color: #bf616a;
}
html[data-theme=dark] .highlight .gd .x {
  color: #eceff4;
  background-color: #bf616a;
  font-style: italic;
}
html[data-theme=dark] .highlight .ge {
  font-style: italic;
}
html[data-theme=dark] .highlight .gr {
  color: #bf616a;
}
html[data-theme=dark] .highlight .gh {
  color: #999999;
}
html[data-theme=dark] .highlight .gi {
  color: #2e3440;
  background-color: #a3be8c;
}
html[data-theme=dark] .highlight .gi .x {
  color: #2e3440;
  background-color: #a3be8c;
  font-style: italic;
}
html[data-theme=dark] .highlight .go {
  color: var(--text-color);
}
html[data-theme=dark] .highlight .gp {
  color: var(--text-color);
}
html[data-theme=dark] .highlight .gs {
  font-weight: bold;
}
html[data-theme=dark] .highlight .gu {
  color: var(--secondary-text-color);
}
html[data-theme=dark] .highlight .gt {
  color: #bf616a;
}
html[data-theme=dark] .highlight .kc {
  font-weight: bold;
}
html[data-theme=dark] .highlight .kd {
  font-weight: bold;
}
html[data-theme=dark] .highlight .kp {
  font-weight: bold;
}
html[data-theme=dark] .highlight .kr {
  font-weight: bold;
}
html[data-theme=dark] .highlight .kt {
  font-weight: bold;
}
html[data-theme=dark] .highlight .m {
  color: #b48ead;
}
html[data-theme=dark] .highlight .s {
  color: #a3be8c;
}
html[data-theme=dark] .highlight .na {
  color: #8fbcbb;
}
html[data-theme=dark] .highlight .nb {
  color: #81a1c1;
}
html[data-theme=dark] .highlight .nc {
  color: #8fbcbb;
  font-weight: bold;
}
html[data-theme=dark] .highlight .no {
  color: #81a1c1;
}
html[data-theme=dark] .highlight .ni {
  color: #88c0d0;
}
html[data-theme=dark] .highlight .ne {
  color: #bf616a;
  font-weight: bold;
}
html[data-theme=dark] .highlight .nf {
  color: #88c0d0;
  font-weight: bold;
}
html[data-theme=dark] .highlight .nn {
  color: var(--secondary-text-color);
}
html[data-theme=dark] .highlight .nt {
  color: #81a1c1;
}
html[data-theme=dark] .highlight .nv {
  color: #d8dee9;
}
html[data-theme=dark] .highlight .ow {
  font-weight: bold;
}
html[data-theme=dark] .highlight .w {
  color: #adadad;
}
html[data-theme=dark] .highlight .mf {
  color: #b48ead;
}
html[data-theme=dark] .highlight .mh {
  color: #b48ead;
}
html[data-theme=dark] .highlight .mi {
  color: #b48ead;
}
html[data-theme=dark] .highlight .mo {
  color: #b48ead;
}
html[data-theme=dark] .highlight .sb {
  color: #a3be8c;
}
html[data-theme=dark] .highlight .sc {
  color: #a3be8c;
}
html[data-theme=dark] .highlight .sd {
  color: #a3be8c;
}
html[data-theme=dark] .highlight .s2 {
  color: #a3be8c;
}
html[data-theme=dark] .highlight .se {
  color: #a3be8c;
}
html[data-theme=dark] .highlight .sh {
  color: #a3be8c;
}
html[data-theme=dark] .highlight .si {
  color: #a3be8c;
}
html[data-theme=dark] .highlight .sx {
  color: #a3be8c;
}
html[data-theme=dark] .highlight .sr {
  color: #ebcb8b;
}
html[data-theme=dark] .highlight .s1 {
  color: #a3be8c;
}
html[data-theme=dark] .highlight .ss {
  color: #ebcb8b;
}
html[data-theme=dark] .highlight .bp {
  color: #999999;
}
html[data-theme=dark] .highlight .vc {
  color: #d8dee9;
}
html[data-theme=dark] .highlight .vg {
  color: #d8dee9;
}
html[data-theme=dark] .highlight .vi {
  color: #d8dee9;
}
html[data-theme=dark] .highlight .il {
  color: #b48ead;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**

   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

html {
  position: relative;
  min-height: 100%;
  font-family: "iA Writer Quattro", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", Ubuntu, "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 14px;
}
@media (min-width: 600px) {
  html {
    font-size: 16px;
  }
}

body {
  color: var(--text-color, #4c566a);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  background-color: var(--background-color, #eceff4);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2.5em 0 0.75em;
  line-height: 1.5;
  font-family: "iA Writer Quattro", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", Ubuntu, "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-weight: bold;
}

h1 {
  margin-top: 0;
  font-size: 1.8em;
}

h2 {
  margin-top: 0;
  font-size: 1.4em;
}

h3 {
  margin-top: 0;
  font-size: 1.2em;
}

h4 {
  margin-top: 0;
  font-size: 1.1em;
}

h5 {
  margin-top: 0;
  font-size: 1.05em;
}

h6 {
  margin-top: 0;
  font-size: 1em;
}

p {
  margin-bottom: 1.25em;
}

u {
  text-decoration: none;
  border-bottom: 1px solid;
}
u a {
  color: inherit;
}

del,
ins {
  display: block;
  text-decoration: none;
  position: relative;
  font-family: "iA Writer Mono", Monaco, Consolas, "Ubuntu Mono", "Lucida Console", monospace;
  font-style: normal;
}
del::before,
ins::before {
  display: inline-block;
  padding-inline-end: 1ch;
}

del {
  background-color: #bf616a;
  color: #eceff4;
}
del::before {
  content: "−";
}

ins {
  background-color: #a3be8c;
  color: #2e3440;
}
ins::before {
  content: "+";
}

pre {
  overflow: auto;
  width: 100%;
  scrollbar-width: thin;
  scrollbar-color: var(--border-color, #5e81ac) var(--secondary-background-color, #e5e9f0);
}

p,
pre,
blockquote,
ul,
ol,
dl,
figure,
table,
fieldset {
  orphans: 3;
  widows: 3;
}

abbr {
  font-variant: small-caps;
}
abbr[title], abbr[data-original-title] {
  text-decoration: none;
  border-bottom: 1px dotted var(--text-color, #4c566a);
  cursor: help;
}
abbr:hover {
  color: var(--link-color, #5e81ac);
  transition-duration: 0.3s;
}

blockquote {
  margin-block: 2em;
  margin-inline-end: 0.5em;
  padding-inline: 0.5em;
  font-style: italic;
  border-inline-start: 0.25em solid var(--primary-color, #8fbcbb);
}
blockquote cite {
  font-style: italic;
}
blockquote cite::before {
  content: "—";
  padding-inline-end: 0.5em;
}

a {
  color: var(--link-color, #5e81ac);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

pre {
  overflow: auto;
  font-family: "iA Writer Mono", Monaco, Consolas, "Ubuntu Mono", "Lucida Console", monospace;
  border-radius: 0;
}

tt,
code,
samp {
  font-family: "iA Writer Mono", Monaco, Consolas, "Ubuntu Mono", "Lucida Console", monospace;
  background-color: var(--secondary-background-color, #e5e9f0);
  color: var(--secondary-text-color, #2e3440);
  padding: 0.1em 0.2em;
  border-radius: 0;
}

kbd {
  font-family: "iA Writer Mono", Monaco, Consolas, "Ubuntu Mono", "Lucida Console", monospace;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid var(--border-color, #5e81ac);
  box-shadow: 0 1px 1px var(--shadow-color, #d8dee9), 0 2px 0 0 var(--secondary-background-color, #e5e9f0);
  font-size: 0.85em;
  font-weight: bold;
  line-height: 1;
  padding: 0.2em 0.4em;
  white-space: nowrap;
}

hr {
  display: block;
  margin: 1em 0;
  border: none;
  border-top: 1px solid var(--text-color, #4c566a);
}

ul li,
ol li {
  margin-bottom: 0.5em;
}

li ul,
li ol {
  margin-top: 0.5em;
}

figure {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
}
figure img,
figure iframe,
figure a {
  width: 100%;
  margin-bottom: 0.5em;
}
figure img {
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
}
figure > a {
  display: block;
}
figure figcaption {
  color: var(--faded-text-color, #adadad);
  width: 100%;
}
@media (min-width: 600px) {
  figure.half > a,
  figure.half > img {
    width: calc(50% - 0.75em);
  }
}
@media (min-width: 600px) {
  figure.third > a,
  figure.third > img {
    width: calc(33.3333% - 0.75em);
  }
}

figcaption {
  font-family: Georgia, serif;
  font-style: italic;
  text-align: center;
}
figcaption a {
  -webkit-transition: none;
  transition: none;
}

svg:not(:root) {
  overflow: hidden;
}

nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  list-style: none;
}
nav a {
  text-decoration: none;
}
nav ul li,
nav ol li {
  margin-bottom: 0;
}
nav li ul,
nav li ol {
  margin-top: 0;
}

img {
  display: block;
  max-width: 90%;
  margin-inline: auto;
}

b,
i,
strong,
em,
blockquote,
p,
q,
span,
figure,
img,
h1,
h2,
header,
input,
a,
tr,
td,
form button,
input[type=submit] {
  -webkit-transition: none;
  transition: none;
}

.highlight {
  display: block;
  background-color: var(--secondary-background-color, #e5e9f0);
  font-size: 0.75rem;
  padding: 0.8rem;
  max-height: 15rem;
  overflow: auto;
  scrollbar-width: thin;
  margin-bottom: 1.5rem;
  scrollbar-color: var(--border-color, #5e81ac) var(--secondary-background-color, #e5e9f0);
}
.highlight pre {
  display: block;
  background-color: transparent;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.highlight pre code {
  display: block;
  background-color: transparent;
  margin: 0;
  padding: 0;
  overflow: visible;
}

.post-title {
  margin-top: 0;
  margin-bottom: 1em;
}
.post-title h1 {
  margin-bottom: 0.1em;
}
.post-title > p {
  margin: 0;
  font-size: 0.8em;
}
.post-title .date {
  color: var(--date-color, #bf616a);
}
.post-title .author {
  color: #b48ead;
}
.post-title .read-estimate {
  color: #a3be8c;
}
.post-title .lang {
  color: #81a1c1;
  text-transform: uppercase;
}
.post-title .tags {
  font-family: "iA Writer Mono", Monaco, Consolas, "Ubuntu Mono", "Lucida Console", monospace;
}

.tags-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tags-container .tag {
  margin: 0.5em;
}

.btn, a.btn-small {
  background-color: var(--secondary-background-color, #e5e9f0);
  font-family: "iA Writer Quattro", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", Ubuntu, "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-weight: normal;
  vertical-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
}
.btn:hover, a.btn-small:hover {
  text-decoration: none;
}

a.btn-small {
  font-size: 0.9em;
  text-align: center;
  padding: 0.3em 0.35em;
  border: 1px solid var(--border-color, #5e81ac);
  color: var(--secondary-text-color, #2e3440);
}
a.btn-small:hover {
  box-shadow: 3px 3px var(--shadow-color, #d8dee9);
  border-style: solid;
}

.btn {
  display: inline-block;
  color: var(--text-color, #4c566a);
  border: 1px solid var(--border-color, #5e81ac);
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
}
.btn--clean {
  color: var(--secondary-text-color, #2e3440);
  border-color: var(--faded-text-color, #adadad);
  background-color: var(--background-color, #eceff4);
}
.btn--clean:hover {
  background-color: var(--secondary-background-color, #e5e9f0);
}
.btn--frost0 {
  color: #8fbcbb;
  border-color: #8fbcbb;
  background-color: rgb(241.9229050279, 247.1770949721, 247.0603351955);
}
.btn--frost1 {
  color: #88c0d0;
  border-color: #88c0d0;
  background-color: rgb(245.6807228916, 250.0662650602, 251.3192771084);
}
.btn--frost2 {
  color: #81a1c1;
  border-color: #81a1c1;
  background-color: rgb(238.3787234043, 242.6, 246.8212765957);
}
.btn--frost3 {
  color: #5e81ac;
  border-color: #5e81ac;
  background-color: rgb(228.606557377, 234.3442622951, 241.393442623);
}
.btn--aurora0 {
  color: #bf616a;
  border-color: #bf616a;
  background-color: rgb(246.8702702703, 234.9297297297, 236.072972973);
}
.btn--aurora1 {
  color: #d08770;
  border-color: #d08770;
  background-color: rgb(248.3705263158, 238.0736842105, 234.8294736842);
}
.btn--aurora2 {
  color: #ebcb8b;
  border-color: #ebcb8b;
  background-color: #faf2e2;
}
.btn--aurora3 {
  color: #a3be8c;
  border-color: #a3be8c;
  background-color: rgb(241.2, 245.25, 237.75);
}
.btn--aurora4 {
  color: #b48ead;
  border-color: #b48ead;
  background-color: rgb(243.0718085106, 237.0281914894, 241.9585106383);
}

.no-select {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

table {
  display: block;
  font-family: "iA Writer Quattro", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", Ubuntu, "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  margin: 1em;
  border-collapse: collapse;
}
table + table {
  margin-top: 1em;
}

caption {
  color: var(--faded-text-color, #adadad);
  caption-side: bottom;
  padding: 0.5em;
  font-style: italic;
  font-size: 0.8em;
}

thead,
tfoot {
  background-color: var(--secondary-background-color, #e5e9f0);
}

th,
td {
  border: 1px solid var(--border-color, #5e81ac);
  padding: 0.1em 0.3em;
}

tfoot th {
  text-align: right;
}

tfoot td {
  font-weight: bold;
}

p.notice--info {
  display: block;
  padding: 1em;
  background-color: rgb(183.6, 217.2, 226.8);
  color: rgb(54.4, 76.8, 83.2);
  font-size: 0.8em;
  border: 1px dashed #88c0d0;
  box-shadow: 3px 3px var(--shadow-color, #d8dee9);
}
p.notice--info * {
  font-size: inherit;
  background-color: inherit;
  color: inherit;
  padding: 0;
}
p.notice--info a {
  color: rgb(95.2, 134.4, 145.6);
  text-decoration: underline;
}

p.notice--warn {
  display: block;
  padding: 1em;
  background-color: rgb(243, 223.8, 185.4);
  color: rgb(94, 81.2, 55.6);
  font-size: 0.8em;
  border: 1px dashed #ebcb8b;
  box-shadow: 3px 3px var(--shadow-color, #d8dee9);
}
p.notice--warn * {
  font-size: inherit;
  background-color: inherit;
  color: inherit;
  padding: 0;
}
p.notice--warn a {
  color: rgb(164.5, 142.1, 97.3);
  text-decoration: underline;
}

p.notice--danger {
  display: block;
  padding: 1em;
  background-color: rgb(216.6, 160.2, 165.6);
  color: rgb(76.4, 38.8, 42.4);
  font-size: 0.8em;
  border: 1px dashed #bf616a;
  box-shadow: 3px 3px var(--shadow-color, #d8dee9);
}
p.notice--danger * {
  font-size: inherit;
  background-color: inherit;
  color: inherit;
  padding: 0;
}
p.notice--danger a {
  color: rgb(133.7, 67.9, 74.2);
  text-decoration: underline;
}

p.notice--success {
  display: block;
  padding: 1em;
  background-color: rgb(199.8, 216, 186);
  color: rgb(65.2, 76, 56);
  font-size: 0.8em;
  border: 1px dashed #a3be8c;
  box-shadow: 3px 3px var(--shadow-color, #d8dee9);
}
p.notice--success * {
  font-size: inherit;
  background-color: inherit;
  color: inherit;
  padding: 0;
}
p.notice--success a {
  color: rgb(114.1, 133, 98);
  text-decoration: underline;
}

.post {
  padding: 0;
}
.post a {
  text-decoration: none;
  color: var(--text-color, #4c566a);
}
.post li {
  list-style-type: none;
  margin-bottom: 1.5em;
}
.post .post__entry {
  padding: 1em;
  border: 1px solid var(--border-color, #5e81ac);
}
.post .post__entry h2 {
  font-size: 1em;
  margin-bottom: 0.5em;
  line-height: 1;
}
.post .post__entry:hover {
  border-left: 5px solid var(--primary-color, #8fbcbb);
  background-color: var(--secondary-background-color, #e5e9f0);
}
.post .post__entry .excerpt {
  font-size: 0.75em;
  margin-bottom: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 1.9em;
  height: 1.9em;
}
.switch input {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--toggle-background-color, #8fbcbb);
  border-radius: 4px;
}
.slider:before {
  position: absolute;
  content: "";
  left: 15%;
  top: 15%;
  height: 70%;
  width: 70%;
  border-radius: 50%;
  box-shadow: inset 0.35em -0.3em 0 0 var(--toggle-color, yellow);
  transition: 0.3s;
}

input:checked + .slider:before {
  box-shadow: inset 1.6rem 0rem 0 0 var(--toggle-color, yellow);
}

.masthead {
  position: relative;
  font-family: "iA Writer Mono", Monaco, Consolas, "Ubuntu Mono", "Lucida Console", monospace;
  box-shadow: 0px 0px 10px var(--box-shadow-color);
  margin-bottom: 1em;
  text-align: center;
}
.masthead .masthead__inner-wrap {
  margin-inline: auto;
  padding: 0.75em;
}
@media (min-width: 600px) {
  .masthead .masthead__inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    max-width: 720px;
  }
}
.masthead .masthead__inner-wrap .masthead__title {
  display: block;
  color: inherit;
  font-size: 1.25rem;
  margin-bottom: 0.6em;
}
@media (min-width: 600px) {
  .masthead .masthead__inner-wrap .masthead__title {
    display: inline-block;
    margin-bottom: 0em;
  }
}
.masthead .masthead__inner-wrap .masthead__menu {
  display: block;
  align-items: baseline;
  margin-bottom: 0.2em;
}
.masthead .masthead__inner-wrap .masthead__menu > * {
  vertical-align: middle;
}
.masthead .masthead__inner-wrap .masthead__menu a {
  display: inline-block;
  border-radius: 4px;
  font-size: inherit;
  padding: 0.2em 0.5em;
  color: inherit;
}
.masthead .masthead__inner-wrap .masthead__menu a:link {
  background-color: var(--secondary-background-color, #e5e9f0);
}
.masthead .masthead__inner-wrap .masthead__menu a:hover {
  background-color: var(--tertiary-background-color, #d8dee9);
  text-decoration: none;
}
@media (min-width: 600px) {
  .masthead .masthead__inner-wrap .masthead__menu {
    margin-bottom: 0em;
    display: inline-block;
  }
  .masthead .masthead__inner-wrap .masthead__menu a:link {
    background-color: inherit;
  }
  .masthead .masthead__inner-wrap .masthead__menu a:hover {
    background-color: var(--secondary-background-color, #e5e9f0);
  }
}
.masthead .masthead__inner-wrap .masthead__menu ul {
  margin: 0;
  padding: 0;
  clear: both;
  display: inline-block;
}
.masthead .masthead__inner-wrap .masthead__menu li {
  display: inline-block;
}

.container {
  height: 100%;
  padding-inline: 1em;
}
@media (min-width: 600px) {
  .container {
    width: calc(100% - 2em);
    margin-inline: auto;
    max-width: 720px;
  }
}

.page__footer {
  text-align: center;
  float: inline-start;
  margin-inline: 0;
  width: 100%;
  margin-top: 3em;
  background-color: var(--secondary-background-color, #e5e9f0);
  clear: both;
}
.page__footer::after {
  clear: both;
  content: "";
  display: table;
}
.page__footer footer {
  margin-inline: auto;
  margin-top: 0.5em;
  max-width: 100%;
  padding: 1em;
  clear: both;
}
.page__footer footer::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 600px) {
  .page__footer footer {
    max-width: 720px;
  }
}
.page__footer a {
  color: inherit;
  text-decoration: none;
}
.page__footer a:hover {
  text-decoration: underline;
}

.page__footer-copyright {
  font-family: "iA Writer Quattro", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", Ubuntu, "Helvetica Neue", "Lucida Grande", Arial, sans-serif;
  font-size: 0.9rem;
  color: var(--secondary-text-color, #2e3440);
  line-height: 0.5rem;
}
.page__footer-copyright a {
  text-decoration: underline;
}

.page__footer-social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page__footer-social li {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
}
.page__footer-social li + li::before {
  content: "";
  padding-inline-end: 5px;
}
.page__footer-social a {
  padding-inline-end: 10px;
  font-weight: bold;
}

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