/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('./open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('./open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('./open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('./open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
  }

  @font-face {
    font-family: 'robotobold';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.2em;
    src: url('./roboto-bold-webfont.eot');
    src: local(''),
        url('./roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('./roboto-bold-webfont.woff2') format('woff2'),
        url('./roboto-bold-webfont.woff') format('woff'),
        url('./roboto-bold-webfont.ttf') format('truetype');
  }

  @font-face {
    font-family: 'robotolight';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.2em;
    src: url('./roboto-light-webfont.eot');
    src: local(''),
        url('./roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('./roboto-light-webfont.woff2') format('woff2'),
        url('./roboto-light-webfont.woff') format('woff'),
        url('./roboto-light-webfont.ttf') format('truetype');
  }

  @font-face {
    font-family: 'robotoregular';
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.2em;
    src: url('./roboto-regular-webfont.eot');
    src: local(''),
        url('./roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('./roboto-regular-webfont.woff2') format('woff2'),
        url('./roboto-regular-webfont.woff') format('woff'),
        url('./roboto-regular-webfont.ttf') format('truetype');
  }