/* ======================================================================
 Font Face
======================================================================== */

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

/** Roboto Thin **/
@font-face {
    font-family: 'Roboto';
    src: url('../../../fonts/roboto/Roboto-Thin.eot');
    src: url('../../../fonts/roboto/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
       url('../../../fonts/roboto/Roboto-Thin.woff2') format('woff2'),
         url('../../../fonts/roboto/Roboto-Thin.woff') format('woff'),
         url('../../../fonts/roboto/Roboto-Thin.ttf') format('truetype'),
         url('../../../fonts/roboto/Roboto-Thin.svg#Roboto-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

/** Roboto Light **/
@font-face {
    font-family: 'Roboto';
    src: url('../../../fonts/roboto/Roboto-Light.eot');
    src: url('../../../fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
       url('../../../fonts/roboto/Roboto-Light.woff2') format('woff2'),
         url('../../../fonts/roboto/Roboto-Light.woff') format('woff'),
         url('../../../fonts/roboto/Roboto-Light.ttf') format('truetype'),
         url('../../../fonts/roboto/Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

/** Roboto Regular **/
@font-face {
    font-family: 'Roboto';
    src: url('../../../fonts/roboto/Roboto-Regular.eot');
    src: url('../../../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
       url('../../../fonts/roboto/Roboto-Regular.woff2') format('woff2'),
         url('../../../fonts/roboto/Roboto-Regular.woff') format('woff'),
         url('../../../fonts/roboto/Roboto-Regular.ttf') format('truetype'),
         url('../../../fonts/roboto/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
}

/** Roboto Medium **/
@font-face {
    font-family: 'Roboto';
    src: url('../../../fonts/roboto/Roboto-Medium.eot');
    src: url('../../../fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
       url('../../../fonts/roboto/Roboto-Medium.woff2') format('woff2'),
         url('../../../fonts/roboto/Roboto-Medium.woff') format('woff'),
         url('../../../fonts/roboto/Roboto-Medium.ttf') format('truetype'),
         url('../../../fonts/roboto/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

/** Roboto Bold **/
@font-face {
    font-family: 'Roboto';
    src: url('../../../fonts/roboto/Roboto-Bold.eot');
    src: url('../../../fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
         url('../../../fonts/roboto/Roboto-Bold.woff2') format('woff2'),
         url('../../../fonts/roboto/Roboto-Bold.woff') format('woff'),
         url('../../../fonts/roboto/Roboto-Bold.ttf') format('truetype'),
         url('../../../fonts/roboto/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}