/* Embed fonts */
@font-face {
    font-family: 'MayfieldRegular';
    src: url('fonts/mayfield-webfont.eot');
    src: url('fonts/mayfield-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/mayfield-webfont.woff') format('woff'),
         url('fonts/mayfield-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.replaceMayfield {
	font-family: 'MayfieldRegular' !important;
	font-weight: normal !important;
}