/* src/styles/styles.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  line-height: 1.5;
  min-height: 100vh;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
a {
  text-decoration: none;
  color: inherit;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
  background: none;
}
button {
  cursor: pointer;
}
ul,
ol {
  list-style: none;
}
img,
svg,
video {
  display: block;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
:focus-visible {
  outline: 2px solid #0000D2;
  outline-offset: 2px;
}
html {
  box-sizing: border-box;
}
body {
  font-family:
    "Segoe UI",
    "Aptos",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1a1a1a;
  background-color: #E2E2E0;
  min-height: 100vh;
}
h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  color: #010C41;
}
h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #010C41;
}
h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #010C41;
}
:focus:not(:focus-visible) {
  outline: none;
}

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