
@font-face {
  font-family: 'Merriweather';
  src: url('./fonts/Merriweather/Merriweather-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Merriweather';
  src: url('./fonts/Merriweather/Merriweather-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: 'Merriweather';
  src: url('./fonts/Merriweather/Merriweather-Italic.woff2') format('woff2');
  font-style: italic;
  font-weight: normal;
}

@font-face {
  font-family: 'Merriweather';
  src: url('./fonts/Merriweather/Merriweather-LightItalic.woff2') format('woff2');
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: 'Merriweather-Sans';
  src: url('./fonts/Merriweather-Sans/MerriweatherSans-Regular.otf') format('opentype');
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: 'Merriweather-Sans';
  src: url('./fonts/Merriweather-Sans/MerriweatherSans-Light.otf') format('opentype');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Merriweather-Sans';
  src: url('./fonts/Merriweather-Sans/MerriweatherSans-Bold.otf') format('opentype');
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: 'Source Code Pro';
  src: url('./fonts/Source Code Pro/SourceCodePro-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Merriweather';
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  color: #222;
  line-height: 170%;
  counter-reset: h2counter;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Merriweather-Sans;
  font-weight: bold;
  hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
}

h1 {
  font-size: 225%;
  line-height: 120%;
  margin: 0;
  padding: 0;
}

h2 {
  margin-top: 4ex;
  margin-bottom: 0;
  font-size: 125%;
  line-height: 120%;
  counter-reset: h3counter;
}

h3 {
  margin-top: 3ex;
  font-size: 120%;
  line-height: 120%;
  counter-reset: h4counter;
}

h4 {
  margin-top: 2ex;
  font-size: 110%;
  line-height: 120%;
}

a {
  color: #a040ff;
  text-decoration-thickness: .05em;
  text-underline-offset: 1.5px;
  font-family: Merriweather-Sans;
}

a:visited {
  color: #a040ff;
}

a:active {
}

a:hover {
  color: #f8f;
}

nav a {
  text-decoration: none;
  color: #b060ff;
}

nav a:visited{
  color: #b060ff;
}

nav a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: .05em;
  text-underline-offset: 1.5px;
}

q {
  font-style: italic;
}

pre {
  font-family: 'Source Code Pro';
  margin: 0;
  padding: 1ex;
  background-color: #f0f0f0;
  border-radius: 7px;
  min-width: 0;
  overflow-x: auto;
  hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  line-height: 140%;
}

pre + pre {
  margin-top: 1ex;
}

code {
  font-family: 'Source Code Pro';
  background-color: #f4f4f4;
  border-radius: 7px;
  padding-left: 6px;
  padding-right: 6px;
}

blockquote::before {
  content: '“';
  margin-left: -0.75em;
  float: left;
  font-weight: bold;
  font-size: 400%;
  line-height: 110%;
}

blockquote {
  font-style: italic;
}

div#nav-outer-container {
  width: 100%;
  margin: 0;
  background-color: rgba(16, 16, 16, 0.8);
  position: fixed;
  top: 0;
  z-index: 100;
}

div#nav-inner-container {
  padding: 1ex 1.5rem;
}

nav {
  font-family: Merriweather-Sans;
  max-width: 50rem;
  margin: 0 auto;
  color: #b060ff;
}

nav a + a {
  padding-left: 0.5rem;
}

nav a:not(:last-child) {
  padding-right: 0.5rem;
}

div#root-ontainer {
}

div#main-container {
  margin:12ex 5% 0 5%;
  padding: 0 1.5rem;
  padding-bottom: 12ex;
}

div#content-container {
  max-width: 50rem;
  margin: 0 auto;
}

div#header-container {
  font-family: Merriweather-Sans;
  max-width: 50rem;
  margin: 5ex auto;
}

h2.angeled-header {
  display:inline-block;
  text-indent: -1em;
}

h2.angeled-header a {
  color: #222;
  text-decoration: none;
}

h2.angeled-header a:hover {
  text-decoration: underline;
}


span.angeled-header-angle {
  display:inline-block;
  width: 1em;
  text-align:right;
}

span.angeled-header-angle::before {
  content: '❯';
  padding-right: 0.25rem;
}

span.angeled-header-header {
  text-indent: 0;
  display:inline-block;
}

h2.numbered span.angeled-header-header::before {
  counter-increment: h2counter;
  content: counter(h2counter) "\0000a0\0000a0";
}

h3.numbered::before {
  counter-increment: h3counter;
  content: counter(h2counter) "." counter(h3counter) "\0000a0\0000a0";
}

h4.numbered::before {
  counter-increment: h4counter;
  content: counter(h2counter) "." counter(h3counter) "." counter(h4counter) "\0000a0\0000a0";
}

span.contact-data {
  font-family: 'Merriweather-Sans';
}

div.blog-post + div.blog-post {
  margin-top: 10ex;
}

div.blog-post h2.angeled-header {
  font-size: 170%;
  margin-top: 0.2ex;
  margin-bottom: 0ex;
}

div.blog-post .sub-header {
  margin-top: 3ex;
  font-family: Merriweather-Sans;
  font-size: 140%;
  font-weight: bold;
  hyphens: none;
  -ms-hyphens: none;
  -webkit-hyphens: none;
}

div.blog-post-update {
  margin-top: 10ex;
  border-top: 1px dashed #888;
  font-size: small;
}

div.blog-date {
  font-family: 'Merriweather-Sans';
}

div.titled-pre {
  display: flex;
  flex-direction: column;
}

pre.top {
  font-family: Merriweather-Sans;
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  background-color: #bbb;
  font-weight: bold;
  color: black;
  border-bottom-right-radius: 0;
}

pre.bottom {
  margin-top: 0;
  border-top: 1px dashed #888;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

span.narrow-only {
  display: none;
}

div.warning {
  margin-top: 2ex;
  padding: 1ex 1ex 0 1ex;
  display: flex;
  flex-direction: row;
  border: 1px dashed black;
}

div.warning div.sign {
  font-size: 300%;
  line-height: 120%;
  font-weight: bold;
  padding-right: 0.2em;
}

div.warning div.content {
}

ol.dotless-zerobased {
  margin: 1.5ex 0 1.5ex 0;
  counter-reset: itemcounter -1;
  list-style-type: none;
}
ol.dotless-zerobased li:before {
  display: inline-block;
  width: 1.5em;
  font-weight: bold;
  margin-left: -1.5em;
  font-family: 'Source Code Pro';
  content: counter(itemcounter) " ";
  counter-increment: itemcounter;
}


@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark
  }

  html {
    color: #ddd;
    background-color: #222;
  }

  body {
    color: #ddd;
    background-color: #222;
  }

  a {
    color: #b060ff;
  }

  a:visited {
    color: #b060ff;
  }

  h2.angeled-header a {
    color: #ddd;
  }

  div#nav-container {
    background-color: #444;
  }

  pre {
    background-color: #181818;
  }

  code {
    background-color: #333;
  }

  pre.top {
    background-color: black;
    color: white;
  }

  div.warning {
    border-color: #888;
  }
}


@media only screen and (max-width: 45em) {
  nav a + a {
    padding-left: 0.20rem;
  }

  nav a:not(:last-child) {
    padding-right: 0.20rem;
  }

  div#main-container {
    margin-left: 3%;
    margin-right: 3%;
  }

  span.narrow-only {
    display: unset ;
  }

  span.wide-only {
    display: none;
  }
}

