@charset "UTF-8";

/* src/styles.scss */
:root {
  --header-height: 56px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-family:
    "DM Sans",
    system-ui,
    -apple-system,
    sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #1a1a2e;
  background: #f8fafc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
    "Outfit",
    "DM Sans",
    sans-serif;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 0.5em;
  color: #1a1a2e;
}
h1 {
  font-size: 1.75rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem;
}
a {
  color: #0d7377;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
}
:focus:not(:focus-visible) {
  outline: none;
}

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