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

/* src/styles.scss */
:root {
  font-size: 1rem;
}
body {
  margin: 0;
  font-family: "Inter", "sans-serif";
}
body input {
  font-size: 0.875rem;
}

/* src/app/styles/index.scss */
.custom-input {
  padding: 0.5rem;
  border: 0.063rem solid #e6e6e6;
  border-radius: 0.063rem;
  width: 100%;
  box-sizing: border-box;
}

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