@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: fallback;
}

.starter-text{
    font-family: 'Cera Pro', sans-serif;
    color: black;
    font-size: 1.5rem;
	color: #000000;
	line-height: 65%;
	font-weight: 700;
}

.starter-date{
    font-family: 'Cera Pro', sans-serif;
	font-size: 1.4rem;
	color: #000000;
	line-height: 65%;
	font-weight: bolder;
}
