.profile-titles {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: .25rem 0 .5rem;
}

.profile-title {
    font-weight: 700;
}

.profile-title-web {
    color: var(--accent-2);
}

.profile-title-rest {
    color: var(--ink-2);
}

.profile-subtitle {
    font-weight: 700;
    display: inline-block;
}

.subtitle-dev {
    color: var(--accent);
}

.subtitle-sec {
    color: var(--good);
}

.subtitle-ops {
    color: var(--warn);
}