@font-face {
    font-family: 'peter_ernstregular';
    src: url('../fonts/peter_ernst-webfont.eot');
    src: url('../fonts/peter_ernst-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/peter_ernst-webfont.woff2') format('woff2'),
         url('../fonts/peter_ernst-webfont.woff') format('woff'),
         url('../fonts/peter_ernst-webfont.ttf') format('truetype'),
         url('../fonts/peter_ernst-webfont.svg#peter_ernstregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
		color: #222;
}

p.address, h1, h2, h3, h4, h5, h6 {
		font-family: peter_ernstregular, sans-serif;
		font-size: 24px;
}

.uk-card-default {
	color: #222;
}

p.line-through {
	text-decoration: line-through;
}