@import url('./photoswipe.min.css');

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

.glass-nav,
.glass-header {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.glass-header {
    background: rgba(255, 255, 255, 0.8);
}

.text-gradient {
    background: linear-gradient(135deg, #001e42 0%, #003368 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-gradient,
.gradient-hero,
.primary-gradient,
.btn-gradient {
    background: linear-gradient(135deg, #001e42 0%, #003368 100%);
}
