/* Vendored so the printed PDF renders identically offline. Inter is SIL OFL; see fonts/LICENSE.txt. */
@font-face {
    font-family: Inter;
    src: url("fonts/InterVariable.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: Inter, Arial, sans-serif;
    background: #eef2f4;
    color: #111827;
    margin: 0;
}

.resume {
    max-width: 800px;
    margin: 24px auto;
    background: #fff;
    padding: 48px;
}

.site-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: baseline;
    font-size: 14px;
    padding-bottom: 20px;
    margin-bottom: 28px;
    border-bottom: 1px solid #E5E7EB;
}

.site-nav a {
    color: #0F766E;
    text-decoration: none;
}

.site-nav a:hover {
    text-decoration: underline;
}

.site-nav .is-current {
    font-weight: 600;
    color: #111827;
}

h1 {
    font-size: 32px;
    margin: 0;
}

.role {
    color: #0F766E;
    font-weight: 600;
    font-size: 18px;
}

.tagline {
    color: #374151;
}

.contact {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    column-gap: 34px;
    row-gap: 10px;

    margin-top: 18px;
    margin-bottom: 32px;

    font-size: 13px;
    color: #6B7280;
    line-height: 1.6;
}

.contact-label {
    color: #4B5563;
    font-weight: 500;
}

.contact span {
    display: block;
}

.contact a {
    color: #0F766E;
    text-decoration: none;
}

@media (max-width: 640px) {
    .contact {
        grid-template-columns: 1fr;
        row-gap: 8px;
    }
}

.resume a {
    color: #0F766E;
    text-decoration: none;
}

section {
    border-top: 1px solid #E5E7EB;
    margin-top: 24px;
    padding-top: 16px;
}

h2 {
    color: #0F766E;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 16px;
}

h3 {
    color: #111827;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 22px 0 4px;
}

h3:not(:first-of-type) {
    margin-top: 26px;
}

h3 span {
    font-size: 13px;
    font-weight: 500;
    color: #6B7280;
    letter-spacing: 0;
    margin-left: 10px;
}

.roles {
    margin: 0 0 2px;
    font-size: 13px;
    font-weight: 500;
    color: #4B5563;
}

.roles a {
    color: #0F766E;
    text-decoration: none;
}

h4 {
    margin: 16px 0 1px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #0F766E;
}

p {
    line-height: 1.5;
    margin: 4px 0 10px;
}

ul {
    margin: 4px 0 10px;
    padding-left: 20px;
}

li {
    line-height: 1.5;
    margin-bottom: 4px;
}
