@font-face {
    font-family: 'Cera PRO';
    src: url('/fonts/CeraPRO-Regular.woff2') format('woff2'),
        url('/fonts/CeraPRO-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera PRO';
    src: url('/fonts/CeraPRO-Medium.woff2') format('woff2'),
        url('/fonts/CeraPRO-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.plot-bubble,
.building-bubble {
	font-family: 'Cera PRO';
	font-weight: 400;
	width:58px;
	padding-top: 0px;
}

.plot-bubble .text .subtitle {
	padding-bottom: 4px;
}

.plot-bubble .flat-num .icon, .building-bubble .flat-num .icon {
	margin-top: 3px;
}