span.allcaps {
    text-transform: uppercase;
}

.custom-font-style {
    font-family: var(--font-family);
    font-weight: var(--font-weight);
}