/**
 * _fonts.scss
 * Custom EverestForms fonts.
 */
@font-face {
	font-family: 'EverestForms';
	src: url('../fonts/EverestForms.eot?94dwsf');
	src:  url('../fonts/EverestForms.eot?94dwsf#iefix') format('embedded-opentype'),
		url('../fonts/EverestForms.ttf?94dwsf') format('truetype'),
		url('../fonts/EverestForms.woff?94dwsf') format('woff'),
		url('../fonts/EverestForms.svg?94dwsf#EverestForms') format('svg');
	font-weight: normal;
	font-style: normal;
}
