@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/Roboto-Thin.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/Roboto-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'GoogleSans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/GoogleSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'GoogleSans';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/GoogleSans-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'GoogleSans';
  font-style: italic;
  font-weight: 500;
  src: url('/fonts/GoogleSans-MediumItalic.ttf') format('truetype');
}

@font-face {
  font-family: 'GoogleSans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/GoogleSans-Bold.ttf') format('truetype');
}

html,
body,
body div#root {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
    'Droid Sans', 'Helvetica Neue', sans-serif;
  user-select: none;
  cursor: default;
  -khtml-user-select: none;
  -moz-osx-font-smoothing: grayscale;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

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