.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
.glass-panel {
  background: rgba(30, 31, 38, 0.7);
  backdrop-filter: blur(16px);
}
.speed-lines {
  background-image: linear-gradient(
    45deg,
    transparent 45%,
    rgba(68, 70, 83, 0.1) 45%,
    rgba(68, 70, 83, 0.1) 55%,
    transparent 55%
  );
  background-size: 10px 10px;
}
