.number-font {
	font-family: sans-serif;
	font-weight: bolder;
}
/* font */
@font-face {
	font-family: 'gothic';
	src: url('/assets/fonts/gothic.ttf') format('truetype');
}

.gothic-font {
    font-family: 'gothic' !important;
}

