@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
@import "https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css";

/* src/styles.scss */
body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  background-color: #f8fafc;
}
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.content {
  padding: 2rem;
}
h1 {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
h2 {
  margin-top: 1.3rem;
  margin-bottom: 1.8rem;
}
h3 {
  margin-top: 1rem;
  margin-bottom: 1.4rem;
}
.btn {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}
.btn-primary {
  background-color: #12385e;
  border: none;
}
.btn-secondary {
  background-color: #17a2b8;
  color: white;
}
.btn-secondary:hover {
  background-color: #138496;
}
.btn-success {
  background-color: #86dc35;
  color: white;
}
.btn-success:hover {
  background-color: #a2f35a;
}
.btn-danger {
  background-color: #dc3545;
  color: white;
}
.btn-danger:hover {
  background-color: #c82333;
}

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