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

body {
  font-family: "Manrope", sans-serif;
}
.glass-panel {
  background: rgba(49, 56, 82, 0.6);
  backdrop-filter: blur(12px);
}
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 300,
    "GRAD" 0,
    "opsz" 24;
}
