<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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;
}</pre></body></html>