@font-face {
    font-family: 'barrettbold';
    src: url('barrett-bold-webfont.woff2') format('woff2'),
         url('barrett-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.font-barrett {
	font-family: 'barrettbold';
/*	font: normal normal normal 1rem/1 barrettbold;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}