@import "https://fonts.googleapis.com/css2?family=Onest:wght@300;400;500;600;700&display=swap";

/* src/styles.css */
:root {
  --p-content-border-radius: 4px;
  --p-font-family: "Onest", sans-serif;
  --shell-border: #d9e2ec;
  --shell-muted: #64748b;
  --shell-text: #172033;
  --shell-subtle: #f8fafc;
  --shell-active: #078989;
  --shell-active-soft: #e7f7f6;
}
html {
  box-sizing: border-box;
  font-size: 13px;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  min-height: 100%;
  margin: 0;
  color: var(--shell-text);
  background: var(--p-surface-ground, #f5f7fa);
  font-family:
    "Onest",
    system-ui,
    -apple-system,
    sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea,
select {
  font: inherit;
  font-family:
    "Onest",
    system-ui,
    -apple-system,
    sans-serif;
  font-optical-sizing: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Onest", sans-serif;
  font-weight: 600;
}
a {
  color: inherit;
}

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