@font-face {
	font-family: 'Cera';
	src: url('./fonts/cerapro/Cera-Pro-Light.otf');
	src: url('./fonts/cerapro/Cera-Pro-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Cera';
	src: url('./fonts/cerapro/Cera-Pro-Medium.otf');
	src: url('./fonts/cerapro/Cera-Pro-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Cera';
	src: url('./fonts/cerapro/Cera-Pro-Regular-Italic.otf');
	src: url('./fonts/cerapro/Cera-Pro-Regular-Italic.otf') format('opentype');
	font-weight: 500;
	font-style: italic;
    font-display: swap;
}

@font-face {
	font-family: 'Cera';
	src: url('./fonts/cerapro/Cera-Pro-Bold.otf');
	src: url('./fonts/cerapro/Cera-Pro-Bold.otf') format('opentype');
	font-weight: 600;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Cera';
	src: url('./fonts/cerapro/Cera-Pro-Black.otf');
	src: url('./fonts/cerapro/Cera-Pro-Black.otf') format('opentype');
	font-weight: 900;
	font-style: normal;
    font-display: swap;
}

@font-face {
	font-family: 'Cera';
	src: url('./fonts/cerapro/Cera-Pro-Black-Italic.otf');
	src: url('./fonts/cerapro/Cera-Pro-Black-Italic.otf') format('opentype');
	font-weight: 900;
	font-style: italic;
    font-display: swap;
}