/* CV page — sectioned flat list. Tokens only, no new visual language:
   h3 reuses the h2 scale, links inherit the global a:hover from base.css. */

.cv-section {
    margin-top: var(--space-md);
    max-width: var(--content-text-max);
}

.cv-section h3 {
    font-size: var(--font-h2);
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: var(--space-xs);
}

.cv-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-size: var(--font-body);
}

.cv-list li {
    margin-bottom: var(--space-xs);
}

.cv-list a {
    color: var(--color-black);
}
