
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500&display=swap');

/* Navigation styles */
nav {
/* backdrop-filter: blur(10px); */
    background: linear-gradient(to bottom, rgba(26, 26, 46, 0.5), transparent);
}

nav.scrolled {
    background: rgba(26, 26, 46, 0.95);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}