:root {
  --text: #111;
  --muted: #666;
  --link: #009e73;
  --rule: #ddd;
}

html {
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.45;
}

body {
  margin: 3rem auto;
  max-width: 40rem;
  padding: 0 1rem;
}

h1 {
  font-size: 1.75rem;
  font-weight: normal;
  margin: 0 0 1rem;
}

h2 {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 1.25rem 0 0.35rem;
}

p {
  margin: 0 0 1rem;
}

.project h2 {
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.note {
  border-left: 3px solid var(--rule);
  margin: 0.35rem 0 1.25rem;
  padding-left: 0.75rem;
}

.note-entry {
  align-items: baseline;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}

.note-description {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.3;
  margin: 0;
}

.note-entry time {
  color: var(--muted);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.8rem;
  white-space: nowrap;
}

hr {
  border: 0;
  border-top: 1px solid var(--rule);
  margin: 1.5rem 0;
}

nav {
  color: var(--muted);
  font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;
  font-size: 0.82rem;
}

.icon-links {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.icon-links a {
  color: var(--link);
  display: inline-flex;
  line-height: 1;
  text-decoration: none;
}

.icon-links svg {
  fill: currentColor;
  flex: none;
  height: 1.75em;
  width: 1.75em;
}

.icon-links .github {
  color: #0072b2;
}

.icon-links .linkedin {
  color: #56b4e9;
}

.icon-links .youtube {
  color: #cc79a7;
}

a {
  color: var(--link);
  text-decoration: underline;
}

span {
  margin: 0 0.35rem;
}
