// @import url("http://fonts.googleapis.com/css?family=Muli:300,400|Homemade+Apple")

// @font-face {
//     font-family: 'Muli';
//     src: url('../fonts/muli-lightitalic-webfont.eot');
//     src: url('../fonts/muli-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
//          url('../fonts/muli-lightitalic-webfont.woff') format('woff'),
//          url('../fonts/muli-lightitalic-webfont.ttf') format('truetype'),
//          url('../fonts/muli-lightitalic-webfont.svg#mulilight_italic') format('svg');
//     font-weight: 300;
//     font-style: italic;
// }

@font-face {
    font-family: 'Muli';
    src: url('../fonts/muli-regular-webfont.eot');
    src: url('../fonts/muli-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/muli-regular-webfont.woff') format('woff'),
         url('../fonts/muli-regular-webfont.ttf') format('truetype'),
         url('../fonts/muli-regular-webfont.svg#muliregular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Muli';
    src: url('../fonts/muli-light-webfont.eot');
    src: url('../fonts/muli-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/muli-light-webfont.woff') format('woff'),
         url('../fonts/muli-light-webfont.ttf') format('truetype'),
         url('../fonts/muli-light-webfont.svg#mulilight') format('svg');
    font-weight: 300;
    font-style: normal;
}

// @font-face {
//     font-family: 'Muli';
//     src: url('../fonts/muli-italic-webfont.eot');
//     src: url('../fonts/muli-italic-webfont.eot?#iefix') format('embedded-opentype'),
//          url('../fonts/muli-italic-webfont.woff') format('woff'),
//          url('../fonts/muli-italic-webfont.ttf') format('truetype'),
//          url('../fonts/muli-italic-webfont.svg#muliitalic') format('svg');
//     font-weight: 400;
//     font-style: italic;
// }

// @font-face {
//     font-family: 'Homemade Apple';
//     src: url('../fonts/homemadeapple-webfont.eot');
//     src: url('../fonts/homemadeapple-webfont.eot?#iefix') format('embedded-opentype'),
//          url('../fonts/homemadeapple-webfont.woff') format('woff'),
//          url('../fonts/homemadeapple-webfont.ttf') format('truetype'),
//          url('../fonts/homemadeapple-webfont.svg#homemade_appleregular') format('svg');
//     font-weight: normal;
//     font-style: normal;
// }