/* Custom styles for Optical Lens Admin Login */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
body {
    font-family: 'Inter', sans-serif;
    background-color: #f6fafb;
}
.glass-effect {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
}
.optical-gradient {
    background: linear-gradient(135deg, #162839 0%, #2c3e50 100%);
}
