/* src/styles.css */
body {
  font-family: "Inter", sans-serif;
  background-color: #f8f9ff;
}
.font-headline,
h1,
h2,
h3 {
  font-family: "Manrope", sans-serif;
}
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
.glass {
  background: rgba(213, 227, 252, 0.7);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}
.shadow-tint {
  box-shadow: 0 16px 32px -8px rgba(13, 28, 46, 0.04);
}
input[type=checkbox] {
  border-radius: 4px;
  border-color: #c4c5d5;
  color: #00288e;
}
input[type=checkbox]:focus {
  --tw-ring-color: #00288e;
}

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