/* src/styles.scss */
:root {
  --bg: #f3f4f8;
  --panel: #ffffff;
  --text: #1a2a44;
  --muted: #5b6b83;
  --line: #d8dde5;
  --primary: #234877;
  --primary-ink: #ffffff;
  --danger: #a42323;
  --ok: #1d6a4e;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family:
    "Avenir Next",
    "Segoe UI",
    sans-serif;
  background: #ffffff;
  color: var(--text);
}
button,
input,
select,
textarea {
  font: inherit;
}
h1 {
  font-size: 1.85rem;
  line-height: 1.2;
}
h2 {
  font-size: 1.35rem;
  line-height: 1.2;
}

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