@import url('https://fonts.googleapis.com/css2?family=Asap&family=Montserrat:wght@700&family=Roboto+Slab:wght@200;300&family=Roboto:wght@100&display=swap');
html,
body,
#root,
#root > div {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
