/* Custom Styles for Pravia */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Glassmatism utility for header navs */
.glass-nav {
    background: rgba(245, 247, 250, 0.8);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(40, 129, 198, 0.1);
}

/* Smooth scroll global */
html {
    scroll-behavior: smooth;
}
