@media (max-width: 900px) {
#app > .content {
    width: 100%;
    overflow: hidden;
}
}
html, body {
  width: 100%;
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  outline: none;
  line-height: 0;
  color: #01060C;
}

ul, li {
  list-style: none;
  line-height: 0;
}

button {
  border: none;
  outline: none;
}

input, textarea {
  padding: 0;
  outline: none;
  border: none;
}

@font-face {
  font-family: 'Barlow Semi Condensed-Medium';
  src: url(../../fonts/Poppins-Medium.bf59c687.ttf);
}

@font-face {
  font-family: 'Barlow Semi Condensed-Regular';
  src: url(../../fonts/Poppins-Regular.093ee89b.ttf);
}
@font-face {
  font-family: 'Barlow Semi Condensed-SemiBold';
  src: url(../../fonts/Poppins-SemiBold.6f1520d1.ttf);
}
