body {
  font-family: system-ui, sans-serif;
}

header h1 {
  font-weight: 700;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.skill-tag {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  background-color: #f0f0f0;
  border-radius: 2rem;
  font-size: 0.875rem;
  color: #333;
}
