/* src/styles.css */
body {
  font-family: "Inter", sans-serif;
  background-color: #f8f9fa;
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.card {
  border: none;
  border-radius: 12px;
}
.btn {
  border-radius: 8px;
  font-weight: 500;
}
.navbar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}

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