@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/material-icons/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/material-icons/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/material-icons/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/material-icons/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

/*****************************
 * ALEGREYA
 *****************************/
@font-face {
    font-family: 'Alegreya Sans';
    src: url(../fonts/alegreya-sans/AlegreyaSans-LightItalic.ttf); /* For IE6-8 */
    src: local('Alegreya Sans'),
    url('../fonts/alegreya-sans/AlegreyaSans-LightItalic.woff2') format('woff2'),
    url('../fonts/alegreya-sans/AlegreyaSans-LightItalic.woff') format('woff'),
    url(../fonts/alegreya-sans/AlegreyaSans-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Alegreya Sans';
    src: url(../fonts/alegreya-sans/AlegreyaSans-Regular.ttf); /* For IE6-8 */
    src: local('Alegreya Sans'),
        url('../fonts/alegreya-sans/AlegreyaSans-Regular.woff2') format('woff2'),
        url('../fonts/alegreya-sans/AlegreyaSans-Regular.woff') format('woff'),
        url(../fonts/alegreya-sans/AlegreyaSans-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Alegreya Sans';
    src: url(../fonts/alegreya-sans/AlegreyaSans-Bold.ttf); /* For IE6-8 */
    src: local('Alegreya Sans'),
    url('../fonts/alegreya-sans/AlegreyaSans-Bold.woff2') format('woff2'),
    url('../fonts/alegreya-sans/AlegreyaSans-Bold.woff') format('woff'),
    url(../fonts/alegreya-sans/AlegreyaSans-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;

}

/*****************************
 * Roboto
 *****************************/
/*
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/roboto/Roboto-Light.ttf); !* For IE6-8 *!
    src: local('Roboto'),
    url('../fonts/roboto/Roboto-Light.woff2') format('woff2'),
    url('../fonts/roboto/Roboto-Light.woff') format('woff'),
    url(../fonts/roboto/Roboto-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/roboto/Roboto-LightItalic.ttf); !* For IE6-8 *!
    src: local('Roboto'),
    url('../fonts/roboto/Roboto-LightItalic.woff2') format('woff2'),
    url('../fonts/roboto/Roboto-LightItalic.woff') format('woff'),
    url(../fonts/roboto/Roboto-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/roboto/Roboto-Italic.ttf); !* For IE6-8 *!
    src: local('Roboto'),
    url('../fonts/roboto/roboto-italic-webfont.woff2') format('woff2'),
    url('../fonts/roboto/roboto-italic-webfont.woff') format('woff'),
    url(../fonts/roboto/Roboto-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/roboto/Roboto-Regular.ttf); !* For IE6-8 *!
    src: local('Roboto'),
    url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/roboto/Roboto-Regular.woff') format('woff'),
    url(../fonts/roboto/Roboto-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/roboto/Roboto-Medium.ttf); !* For IE6-8 *!
    src: local('Roboto'),
    url('../fonts/roboto/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/roboto/Roboto-Medium.woff') format('woff'),
    url(../fonts/roboto/Roboto-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url(../fonts/roboto/Roboto-Bold.ttf); !* For IE6-8 *!
    src: local('Roboto'),
    url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/roboto/Roboto-Bold.woff') format('woff'),
    url(../fonts/roboto/Roboto-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}*/
