@import url(https://fonts.googleapis.com/css2?family=Figtree:wght@400;700;800&display=swap);


*,
:after,
:before {
  box-sizing: border-box;
}

html {
  position: relative;
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

a,
p,
th,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
button,
strong {
  font-weight: 400;
}

#app {
  width: 100%;
  height: 100%;
  position: relative;
}

a {
  text-decoration: none;
}

