@font-face {
    font-family: 'off';
    src: url('/fonts/officinaserifbold.ttf');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'off';
    src: url('/fonts/officinaserifbolditalic.ttf');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'off';
    src: url('/fonts/officinaserifbook.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'off';
    src: url('/fonts/officinaserifbookitalic.ttf');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'off';
    src: url('/fonts/officinaserifmedium.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'off';
    src: url('/fonts/officinaserifmediumitalic.ttf');
    font-weight: 300;
    font-style: italic;
}
@font-face {
	font-family: 'Icons';
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/icons.ttf) format('truetype'),
		url(/fonts/icons.woff) format('woff');
}