@font-face {
    font-family: 'Cera Round Pro';
    font-display: swap;
    src: local('Cera'), url('/themes/fonts/subset-CeraRoundPro-Bold.woff2') format('woff2'),
    url('/themes/fonts/subset-CeraRoundPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Round Pro';
    font-display: swap;
    src: local('Cera'), url('/themes/fonts/subset-CeraRoundPro-Regular.woff2') format('woff2'),
    url('/themes/fonts/subset-CeraRoundPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}