/* thank you http://osp.kitchen/foundry/certegeska/ */
@font-face {
	font-family: 'CertegeskaDemi';
	src: url('CertegeskaDemi.woff');
}
@font-face {
	font-family: 'CertegeskaBase';
	src: url('CertegeskaBase.woff');
}
body{
	font-family: 'CertegeskaBase';
	font-size: 2em;
}
div{
	padding: 1em;
}
strong{
	font-family: 'CertegeskaDemi';
}
p{
	margin: 0;
}
p:last-child{
	font-size: 130%;
	margin-top: 1em;
}