@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap');

body {
  margin: 0;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}