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

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

