:root {
  color-scheme: light dark;
  /* both supported */
}

body {
  font-family: "Source Code Pro", monospace;
  font-size: 0.8em;
  display: flex;
  justify-content: center;
}
body a {
  text-decoration: none;
}

.light {
  background-color: #fdf6e3;
  color: #073642;
}
.light * {
  color: #073642;
}
.light h1, .light h2, .light h3, .light h4, .light h5, .light h6 {
  color: #586e75;
  border-color: #657b83;
}
.light .bio .exp {
  background: #eee8d5;
}
.light .job .left:before {
  background: #859900;
}
.light .event .left:before {
  background: #d33682;
}
.light .fun .left:before {
  background: #2075B1;
}
.light a, .light a:active, .light a:visited, .light code.url {
  color: #2075B1;
}
.light .flash {
  color: #2075B1 !important;
}
.light .feather {
  stroke: #2075B1;
}

.dark {
  background-color: #002b36;
  color: #eee8d5;
}
.dark * {
  color: #eee8d5;
}
.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: #93a1a1;
  border-color: #839496;
}
.dark .bio .exp {
  background: #073642;
}
.dark .job .left:before {
  background: #859900;
}
.dark .event .left:before {
  background: #e86260;
}
.dark .fun .left:before {
  background: #2aa198;
}
.dark a, .dark a:active, .dark a:visited, .dark code.url {
  color: #d86f57;
}
.dark .flash {
  color: #d86f57 !important;
}
.dark .feather {
  stroke: #d86f57;
}

.container {
  max-width: 840px;
}

h1 {
  font-weight: 400;
  margin: 0;
}

h2 {
  font-weight: 300;
  margin: 0 0 0.5em 0;
}

.links {
  margin: 0 0 1.5em 0;
}
.links a {
  margin: auto 1em auto 0;
}

.intro {
  margin: 0 0 2em 0;
}
.intro .title {
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0.8em 0;
}
.intro .title:before {
  content: "[+] ";
}
.intro .exp {
  display: none;
}
.intro ul {
  list-style-type: none;
  padding: 0;
}
.intro ul li {
  margin: 2em 0;
}

.changelog {
  margin: 0 0 2em 0;
}
.changelog .title {
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0.8em 0;
}
.changelog .title:before {
  content: "[+] ";
}
.changelog .exp {
  display: none;
}
.changelog ul {
  list-style-type: none;
  padding: 0;
}
.changelog ul li {
  margin: 2em 0;
}
.changelog li {
  display: flex;
  justify-content: flex-start;
}
.changelog li .left {
  font-weight: 300;
  min-width: 18em;
}
.changelog li .desc {
  display: flex;
  flex-direction: column;
}
.changelog li .desc .info {
  visibility: hidden;
  max-height: 0;
  transition: visibility 0s, max-height 0.5s linear;
}
.changelog li .desc .desc-points li {
  margin-top: 0;
}
.changelog li .desc p {
  margin: 0;
}
.changelog li .desc:hover .info {
  visibility: visible;
  max-height: 100px;
  transition: max-height 0.5s linear;
}
.changelog li .left:before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-radius: 100%;
  margin: 0 2em 0 0;
}
.changelog .loading {
  animation: blinker 1s linear infinite;
  margin: 1em 0 0 0;
}
.changelog .loading .hide {
  display: none;
}

.bio {
  margin: 0 0 2em 0;
}
.bio .title {
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 700;
  margin: 0.8em 0;
}
.bio .title:before {
  content: "[+] ";
}
.bio .exp {
  display: none;
}
.bio ul {
  list-style-type: none;
  padding: 0;
}
.bio ul li {
  margin: 2em 0;
}
.bio .exp {
  line-height: 1.8em;
  margin: 2em 0 0 0;
  padding: 0.8em 1.2em;
}

.expand .title {
  cursor: pointer;
}
.expand .title:before {
  content: "[-] ";
}
.expand .exp {
  display: block;
}

.feather {
  width: 24px;
  height: 24px;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
@media (max-width: 600px) {
  .changelog li .left {
    min-width: 160px;
  }

  .links a {
    margin: auto 1.5em auto 0;
  }
}

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