@font-face {
	font-family: B612;
	src: url(https://oniricorpe.eu/fonts/B612-Regular.woff);
}
@font-face {
	font-family: B612;
	src: url(https://oniricorpe.eu/fonts/B612-Bold.woff);
	font-weight: bold;
}
@font-face {
	font-family: B612;
	src: url(https://oniricorpe.eu/fonts/B612-Italic.woff);
	font-style: italic;
}
@font-face {
	font-family: B612;
	src: url(https://oniricorpe.eu/fonts/B612-BoldItalic.woff);
	font-weight: bold;
	font-style: italic;
}

body {
	margin: 2.5em auto 2.5em;
	background-color: #eee;
	font-family: "B612",sans-serif;
}

h2 {
	font-size: 1.7em;
	margin-top: 2em;
}

p { font-size: 1em; }

a { color: #9700c2; }

a abbr { border-bottom: 1px dotted #000; }

.badge {
	font-size: 1em;
	margin-top: 0.3em;
}

a.badge:hover, a.badge:focus {
	background: #9700c2;
	color: #9700c2;
}
