﻿/* regular */
@font-face {
	font-family: 'MrEavesXLModOT';
	src: url('../../fonts/MrEavesXLModOT-Book.otf') format('opentype');
	font-weight: 400;
}
/* light */
@font-face {
	font-family: 'MrEavesXLModOT';
	src: url('../../fonts/MrEavesXLModOT-Light.otf') format('opentype');
	font-weight: 200;
}
/* bold */
@font-face {
	font-family: 'MrEavesXLModOT';
	src: url('../../fonts/MrEavesXLModOT-Bold.otf') format('opentype');
	font-weight: 600;
}
/* import */
@font-face {
	font-family: 'MrEavesXLModOT-Book';
	src: url('../../fonts/MrEavesXLModOT-Book.otf') format('opentype');
}
@font-face {
	font-family: 'MrEavesXLModOT-Light';
	src: url('../../fonts/MrEavesXLModOT-Light.otf') format('opentype');
}
@font-face {
	font-family: 'MrEavesXLModOT-Bold';
	src: url('../../fonts/MrEavesXLModOT-Bold.otf') format('opentype');
}

