/* projects/demo/src/styles.scss */
html {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  line-height: 24px;
  font-size: 1rem;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
}
* {
  outline: none !important;
  box-sizing: border-box;
}
h1 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-weight: bold;
  margin-bottom: 1rem;
}
h2 {
  font-size: 2rem;
  line-height: 2rem;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-weight: bold;
  margin-bottom: 1rem;
}
h3 {
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-weight: bold;
  margin-bottom: 1rem;
}
h4 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-weight: bold;
  margin-bottom: 1rem;
}
h5 {
  font-size: 1rem;
  line-height: 1rem;
  font-style: normal;
  padding: 0;
  margin: 0;
  font-weight: bold;
  margin-bottom: 1rem;
}

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