.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
  vertical-align: middle;
}
body {
  background-color: #0a122a;
  color: #dbe1ff;
  font-family: "Manrope", sans-serif;
}
.monolith-gradient {
  background: linear-gradient(135deg, #b2c8e6 0%, #6a819c 100%);
}
.glass-panel {
  background: rgba(49, 56, 82, 0.6);
  backdrop-filter: blur(12px);
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #dbe1ff;
  -webkit-box-shadow: 0 0 0px 1000px #2c344d inset;
  transition: background-color 5000s ease-in-out 0s;
}

body {
  min-height: max(884px, 100dvh);
}
