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

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

@font-face {
    font-family: 'Cera Round Pro';
    src: url('CeraRoundPro-Medium.woff2') format('woff2'),
        url('CeraRoundPro-Medium.woff') format('woff'),
        url('CeraRoundPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Round Pro';
    src: url('CeraRoundPro-Light.woff2') format('woff2'),
        url('CeraRoundPro-Light.woff') format('woff'),
        url('CeraRoundPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

