:root {
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", sans-serif;
  --bs-font-monospace: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
body {
  background: #0d1117;
  color: #9198a1;
}
.text-normal {
  color: #9198a1 !important;
}
a {
  color: #58a6ff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.navbar {
  background: #010409 !important;
  border-bottom: 1px solid #30363d;
}
.navbar-brand {
  font-family: var(--bs-font-monospace);
  font-weight: 700;
}
.card {
  background: #161b22;
  border: 1px solid #30363d;
}
.text-secondary {
  color: #8b949e !important;
}
.border-bottom {
  border-color: #21262d !important;
}
pre,
code {
  background: #010409;
  border: 1px solid #30363d;
  border-radius: 6px;
}
pre {
  padding: 1rem;
}
blockquote {
  border-left: 3px solid #30363d;
  padding-left: 1rem;
  color: #8b949e;
}
.thought-body p:last-child {
  margin-bottom: 0;
}
.project-info p {
  margin-bottom: 0;
}
.project-group {
  border: 1px solid #30363d;
  border-radius: 6px;
  padding: 1rem;
}
.card-text {
    color: #d2d7e1;
    font-weight: 300;
    font-size: 14px;
}
.card-title {
    color: #58a6ff;
    font-weight: 500;
}
.card-title a {
    color: #ffffff;
    font-weight: 500;
}