@import url("fonts/IbmPlexMono/stylesheet.css?version=1");
@import url("fonts/IbmPlexSans/stylesheet.css?version=1");
@import url("fonts/NekoNumerals/stylesheet.css?version=1");
@import url("fonts/OrleansRoman/stylesheet.css?version=1");

html,
body,
#root {
  height: 100%;
}

* {
  box-sizing: border-box;
}

body {
  background: var(--color-grey-100);
  margin: 0;
  font-family: "IBM Plex Sans Regular", "Roboto", "Helvetica Neue", sans-serif;
  overscroll-behavior: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

button,
input {
  font-family: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
