.ui-label {
    font-family: var(--wp--preset--font-family--heading);
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--x-small);
}


.lead {
    font-size: var(--wp--preset--font-size--large);
}

a {
    color: var(--wp--custom--color--accent);
    text-decoration: none;
    transition: color 0.3s;
}