.rom-num {
    font-size: 0.9em;
}

.spotlight {
    color: var(--rosewater);
    font-style: italic;
    font-weight: bold;
}


.role-details {
    text-align: center;
    font-weight: bold;
    line-height: 1.2em;
}

.dates::before {
    content: url(/assets/icons/calendar-subtext.svg);
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    vertical-align: middle;
    margin-right: 0.4ch;
}
