/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.pcp-fields input {
    text-transform: uppercase;
}

@font-face {
    font-family: 'Barcelona';
    src: url('./Barcelona-2024.woff2') format('woff2'), url('./Barcelona-2024.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#pcp-front-end-name,
#pcp-front-end-team,
#pcp-front-end-initial {
    font-family: Barcelona;
}
