/*
Theme Name: Merit Child
Theme URI: http://mitosiscreative.com
Description: Merit WordPress theme example child theme.
Author: Mitosis
Author URI: http://mitosiscreative.com
Template: Merit
Version: 1.2
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@font-face {
    font-family: 'Mr Eaves Modern Book';
    src: url('./fonts/MrEavesModOT-Book.eot'); /* IE9 Compat Modes */
    src: url('./fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./fonts/MrEavesModOT-Book.woff') format('woff'), /* Modern Browsers */
         url('./fonts/MrEavesModOT-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('./fonts/MrEavesModOT-Book.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Mr Eaves Modern Heavy';
    src: url('./fonts/MrEavesModOT-Heavy.eot'); /* IE9 Compat Modes */
    src: url('./fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./fonts/MrEavesModOT-Heavy.woff') format('woff'), /* Modern Browsers */
         url('./fonts/MrEavesModOT-Heavy.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('./fonts/MrEavesModOT-Heavy.svg') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Mr Eaves Modern Reg';
    src: url('./fonts/MrEavesModOT-Reg.eot'); /* IE9 Compat Modes */
    src: url('./fonts/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./fonts/MrEavesModOT-Reg.woff') format('woff'), /* Modern Browsers */
         url('./fonts/MrEavesModOT-Reg.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('./fonts/MrEavesModOT-Reg.svg') format('svg'); /* Legacy iOS */
}