.material-symbols-outlined {
        font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
      }
      .glass-effect {
        backdrop-filter: blur(12px);
        background-color: rgba(255, 255, 255, 0.85);
      }
      .bg-academic-gradient {
        background: linear-gradient(135deg, #13346a 0%, #2e4b82 100%);
      }
