/* src/styles.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: var(--tech-font-family), sans-serif;
  background-color: #ddd;
}
iframe {
  border-width: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
}

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