* {
  margin: 0;
  padding: 0;
}

#root {
  height: 100vh;
  min-width: 100%!important;
}

body {
  font-family: 'Inter', sans-serif;
}
