html {
  height: 100%;
}

body {
  margin: 0;
  font-family: OpenSans-Light, "Roboto", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  min-height: 100%;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

#root {
  min-height: 100vh;
}

#root > div {
  min-height: 100vh;
}

*:focus {
  outline: 0;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url(fonts/OpenSans-Light.ttf) format('woff');
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url(fonts/OpenSans-Regular.ttf) format('woff');
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url(fonts/OpenSans-Bold.ttf) format('woff');
}
