/* @import 'https://fonts.googleapis.com/css?family=Roboto+Mono:100'; */
@import 'https://fonts.googleapis.com/css?family=Inter:400,500,600,700';

:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  /* background-color: #ffff; */

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}


html, body {
  font-family: 'Inter', sans-serif;
  background: #fff;
  height: 100%;
}
.container {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.text {
  font-weight: 80;
  font-size: 28px;
  color: #000;
}
.char {
  color: #757575;
}
