/* src/app/app.scss */
body {
  font-size: 12pt;
  font-weight: 300;
  line-height: 16pt;
  letter-spacing: 0.4pt;
}
.firebase-emulator-warning {
  bottom: auto !important;
  top: 0;
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font-family:
    "Poppins",
    Helvetica,
    Arial,
    sans-serif;
  color: #E2E2E6;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  background: transparent;
}
*::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1235);
  border-radius: 10000px;
}
*::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
body {
  -webkit-font-smoothing: antialiased;
  background-color: #0F1114;
}
@media only screen and (orientation: portrait) {
  body.nav-open {
    overflow: hidden;
  }
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
p {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}
#root,
#__next {
  isolation: isolate;
}
ol,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
svg {
  fill: #E2E2E6;
}
a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  outline: none;
  transition: color 100ms linear;
  color: #4094e7;
}
a:visited {
  color: #4094e7;
}
a:focus {
  color: #66afff;
}
a:hover {
  color: #66afff;
}
a:active {
  color: #0061a5;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
