@font-face {
  font-family: Aldrich;
  src: url(/font/Aldrich-Regular.ttf);
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Aldrich;
  font-style: normal;
  font-weight: 400;
}
.App {
  max-width: 100vw;
  overflow: hidden;
}

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

div {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  user-select: none;
  line-height: 0;
}
p,
span,
ul {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
html,
body,
#root {
  position: relative;
  width: 100%;
  height: 100%;
}
