* {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

@font-face {
  font-family: 'Source Code Pro';
  font-weight: 400;
  font-style: normal;
  src: local('Source Code Pro'),
  local('Source-Code-Pro-regular'),
  url('fonts/Source-Code-Pro-regular.woff') format('woff');
}

@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
  src: local('Source Sans Pro'),
  local('Source-Sans-Pro-regular'),
  url('fonts/Source-Sans-Pro-regular.woff') format('woff');
}
