@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;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */

	font-family: "Open Sans";
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;

}
  
.cert-icon:before { content: "\0040"; }

  