
/* @font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v16-cyrillic_latin_greek-ext_cyrillic-ext_latin-ext_vietnamese_greek-regular.eot'); 
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v16-cyrillic_latin_greek-ext_cyrillic-ext_latin-ext_vietnamese_greek-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/roboto-v16-cyrillic_latin_greek-ext_cyrillic-ext_latin-ext_vietnamese_greek-regular.woff2') format('woff2'), 
       url('../fonts/roboto-v16-cyrillic_latin_greek-ext_cyrillic-ext_latin-ext_vietnamese_greek-regular.woff') format('woff'), 
       url('../fonts/roboto-v16-cyrillic_latin_greek-ext_cyrillic-ext_latin-ext_vietnamese_greek-regular.ttf') format('truetype'),
       url('../fonts/roboto-v16-cyrillic_latin_greek-ext_cyrillic-ext_latin-ext_vietnamese_greek-regular.svg#Roboto') format('svg'); 
}
 */


@font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSansRegular.eot');
    src: url('../fonts/GoogleSansRegular.eot') format('embedded-opentype'), url('../fonts/GoogleSansRegular.woff2') format('woff2'), url('../fonts/GoogleSansRegular.woff') format('woff'), url('../fonts/GoogleSansRegular.ttf') format('truetype'), url('../fonts/GoogleSansRegular.svg#GoogleSansRegular') format('svg');
    font-weight: normal;
  }
  
  @font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSansItalic.eot');
    src: url('../fonts/GoogleSansItalic.eot') format('embedded-opentype'), url('../fonts/GoogleSansItalic.woff2') format('woff2'), url('../fonts/GoogleSansItalic.woff') format('woff'), url('../fonts/GoogleSansItalic.ttf') format('truetype'), url('../fonts/GoogleSansItalic.svg#GoogleSansItalic') format('svg');
    font-weight: normal;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSansMedium.eot');
    src: url('../fonts/GoogleSansMedium.eot') format('embedded-opentype'), url('../fonts/GoogleSansMedium.woff2') format('woff2'), url('../fonts/GoogleSansMedium.woff') format('woff'), url('../fonts/GoogleSansMedium.ttf') format('truetype'), url('../fonts/GoogleSansMedium.svg#GoogleSansMedium') format('svg');
    font-weight: 500;
  }
  
  @font-face {
    font-family: 'Google Sans';
    src: url('../fonts/GoogleSansBold.eot');
    src: url('../fonts/GoogleSansBold.eot') format('embedded-opentype'), url('../fonts/GoogleSansBold.woff2') format('woff2'), url('../fonts/GoogleSansBold.woff') format('woff'), url('../fonts/GoogleSansBold.ttf') format('truetype'), url('../fonts/GoogleSansBold.svg#GoogleSansBold') format('svg');
    font-weight: bold;
  }