@import './styles/layout.css';
@import './styles/borders.css';
@import './styles/typography.css';
@import './styles/colors.css';
@import './styles/miscellaneous.css';
/* Custom Font Family for Digital River */
@font-face {
  	font-family: 'MrEavesXLModOT';
  	font-weight: normal;
  	font-style: normal;
  	src: url('./fonts/MrEavesXLModOT-Reg.eot');
  	src: url('./fonts/MrEavesXLModOT-Reg.eot?#iefix') format('embedded-opentype'),
  	url('./fonts/MrEavesXLModOT-Reg.woff2') format('woff2'),
  	url('./fonts/MrEavesXLModOT-Reg.svg#font') format('svg'),
  	url('./fonts/MrEavesXLModOT-Reg.otf') format("opentype"),
  	url('./fonts/MrEavesXLModOT-Reg.ttf') format('truetype'),
  	url('./fonts/MrEavesXLModOT-Reg.woff') format('woff');
}
@font-face {
    font-family: 'MrEavesXLModOT';
    src: url('./fonts/MrEavesXLModOT-Bold.eot');
  	src: url('./fonts/MrEavesXLModOT-Bold.eot?#iefix') format('embedded-opentype'),
  	url('./fonts/MrEavesXLModOT-Bold.woff2') format('woff2'),
  	url('./fonts/MrEavesXLModOT-Bold.svg#font') format('svg'),
  	url('./fonts/MrEavesXLModOT-Bold.otf') format("opentype"),
  	url('./fonts/MrEavesXLModOT-Bold.ttf') format('truetype'),
  	url('./fonts/MrEavesXLModOT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'MrEavesXLModOT';
    src: url('./fonts/MrEavesXLModOT-BoldItalic.eot');
  	src: url('./fonts/MrEavesXLModOT-BoldItalic.eot?#iefix') format('embedded-opentype'),
  	url('./fonts/MrEavesXLModOT-BoldItalic.woff2') format('woff2'),
  	url('./fonts/MrEavesXLModOT-BoldItalic.svg#font') format('svg'),
  	url('./fonts/MrEavesXLModOT-BoldItalic.otf') format("opentype"),
  	url('./fonts/MrEavesXLModOT-BoldItalic.ttf') format('truetype'),
  	url('./fonts/MrEavesXLModOT-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'MrEavesXLModOT';
    src: url('./fonts/MrEavesXLModOT-RegItalic.eot');
  	src: url('./fonts/MrEavesXLModOT-RegItalic.eot?#iefix') format('embedded-opentype'),
  	url('./fonts/MrEavesXLModOT-RegItalic.woff2') format('woff2'),
  	url('./fonts/MrEavesXLModOT-RegItalic.svg#font') format('svg'),
  	url('./fonts/MrEavesXLModOT-RegItalic.otf') format("opentype"),
  	url('./fonts/MrEavesXLModOT-RegItalic.ttf') format('truetype'),
  	url('./fonts/MrEavesXLModOT-RegItalic.woff') format('woff');
    font-style: italic;
    font-weight: normal;
}