body {
  background: #f5f5f5;
  color: #202020;
  padding: 1em 2em;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter UI", "Open Sans", "Lato", "Edelsans", sans-serif;
  margin: 0;
}

h1 {
  color: #4e4376;
  margin-top: 1em;
}

p {
  line-height: 1.3;
  margin: 0.75em 0;
}

.bio,
.social,
.wall-of-text {
  margin-bottom: 2em;
}

a,
a:visited {
  color: #1750fc;
}

a:active,
a:hover {
  color: #577ff8 !important;
}

.inv { /* Invisible if you load CSS */
  display: none;
}

.inactive {
  opacity: 0.6;
}

.inactive:hover {
  opacity: 1;
}

.lucide {
  color: #2b5876;
  height: 1em;
  vertical-align: text-top;
}

i[icon-name] {
  display: inline-block;
  width: 24px;
}

details {
  padding: 0.5em 2em;
  margin-bottom: 0.5em;
}

details[open] {
  border: 1px solid #555555;
  margin: -1px -1px calc(0.5em - 1px);
}

summary {
  cursor: pointer;
  margin-left: -1em;
}

summary h2 {
  display: inline-block;
  font-size: inherit;
  margin: 0;
}

.social .el {
  margin-top: 0.5em;
}

.social details {
  margin-bottom: 0;
  padding: 0 1em;
}

.social details > summary {
  list-style: none;
}

.social summary::-webkit-details-marker {
  display: none
}

.social summary::after {
  content: ' ►';
  font-size: 0.9em;
}

.social details[open] summary:after {
  content: " ▼";
}

.social details ul {
  margin: 0;
  padding: 0 2em;
}

.social details span[title] {
  cursor: help;
  text-decoration: underline;
  text-decoration-style: dotted;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #0d1117;
    color: #c9d1d9;
  }

  h1 {
    color: #67589d;
  }

  a,
  a:visited {
    color: #2196F3;
  }

  .lucide {
    color: #70abd2;
  }
}
