/* roboto-condensed-regular - latin */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/ext/fonts/roboto-condensed-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
         url('/assets/ext/fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/ext/fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/assets/ext/fonts/roboto-condensed-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/assets/ext/fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/assets/ext/fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
  }

/* ubuntu-regular - latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/ext/fonts/ubuntu-v11-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
         url('/assets/ext/fonts/ubuntu-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/ext/fonts/ubuntu-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/assets/ext/fonts/ubuntu-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/assets/ext/fonts/ubuntu-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/assets/ext/fonts/ubuntu-v11-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
  }

/* archivo-black-regular - latin */
@font-face {
    font-family: 'Archivo Black';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/ext/fonts/archivo-black-v7-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Archivo Black Regular'), local('ArchivoBlack-Regular'),
         url('/assets/ext/fonts/archivo-black-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/assets/ext/fonts/archivo-black-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/assets/ext/fonts/archivo-black-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/assets/ext/fonts/archivo-black-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/assets/ext/fonts/archivo-black-v7-latin-regular.svg#ArchivoBlack') format('svg'); /* Legacy iOS */
  }

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/ext/fonts/MaterialIcons-Regular.eot'); /* For IE6-8 */
    src: local('Material Icons'),
      local('MaterialIcons-Regular'),
      url('/assets/ext/fonts/MaterialIcons-Regular.woff2') format('woff2'),
      url('/assets/ext/fonts/MaterialIcons-Regular.woff') format('woff'),
      url('/assets/ext/fonts/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';
  }