body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    line-height: 1.5;
    margin: 40px;
    color: #111;
}

h1,
h2,
h3 {
    margin: 0 0 .25rem;
}

h1 {
    font-size: 1.8rem;
    letter-spacing: .5px;
}

h2 {
    font-size: 1.1rem;
    margin-top: 2rem;
}

h3 {
    font-size: 1rem;
}

.meta,
.location,
.skills {
    color: #444;
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1rem 0;
}

ul {
    margin: .25rem 0 1rem 1.25rem;
}

.contact a {
    color: inherit;
    text-decoration: none;
}

.role {
    margin-top: 1rem;
}

.skills strong {
    font-weight: 600;
}

@media print {
  article.role {
    break-inside: avoid;
  }
}