.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(20px);
}
.speed-lines {
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(68, 70, 83, 0.1) 10px,
    rgba(68, 70, 83, 0.1) 11px
  );
}
.hero-gradient {
  background: linear-gradient(135deg, rgba(38, 70, 173, 0.1) 0%, rgba(18, 19, 25, 0.9) 80%);
}
