@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;900&display=swap');

*,
*::before,
*::after {
  font-family: Poppins, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
  width: 100%;
  min-width: 100vw;
  min-height: 100vh;
  height: 100%;
  overflow-x: hidden;
}

#root {
  width: 100%;
  min-width: 100vw;
  height: 100%;
  min-height: 100%;
}
