@import "https://unpkg.com/bootstrap/dist/css/bootstrap.min.css";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap";

/* src/styling/ShieldSafe/styles.scss */
:root {
  font-family: "Inter", sans-serif;
}
body {
  background: var(--ShieldSafe-Gradient, linear-gradient(125deg, #3D186C 13.91%, #5FCAE5 88.72%));
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: "Inter", sans-serif;
}
header {
  display: block;
  font-family: "Inter", sans-serif;
}
footer {
  background-color: var(--ShieldSafe-Primary, #3D186C);
  color: var(--ShieldSafe-White, white);
  font-family: "Inter", sans-serif;
}
.borderless {
  border: 0;
}
.bg-white {
  background-color: #fff;
}
strong {
  font-weight: 700;
  font-size: 1.05em;
}
.btn-rounded {
  border-radius: 16px;
}
.ps-2plus {
  padding-left: 12px !important;
}

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