@font-face {
	font-family: 'Posti';
	src: url('./Posti_font.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

  
[class^="cert-"], [class*=" cert-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'Posti' !important;
	speak: none;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
  
.cert-icon:before { content: "\0040"; }

  