@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(/font/roboto/Roboto-Thin.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(/font/roboto/Roboto-Light.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(/font/roboto/Roboto-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(/font/roboto/Roboto-Medium.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(/font/roboto/Roboto-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(/font/roboto/Roboto-Black.woff) format('woff');
}
@font-face {
    font-family: 'gobuildapp-icon';
    src: url('/font/gobuildapp/icon/gobuildapp-icon.eot');
    src: url('/font/gobuildapp/icon/gobuildapp-icon.eot') format('embedded-opentype'),
         url('/font/gobuildapp/icon/gobuildapp-icon.woff') format('woff'),
         url('/font/gobuildapp/icon/gobuildapp-icon.ttf') format('truetype'),
         url('/font/gobuildapp/icon/gobuildapp-icon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}