* {
  font-family: 'IBM Plex Sans', sans-serif;
}
    body {
     
      font-family: 'Segoe UI', sans-serif;
    }    .weather-card {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            backdrop-filter: blur(10px);
        }
        .weather-icon {
            font-size: 4rem;
            text-shadow: 0 4px 8px rgba(0,0,0,0.3);
        }
        .temperature {
            font-size: 4rem;
            font-weight: 300;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }
        .glow {
            box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
        }