html {
    scroll-behavior: smooth;
}

body {
    background-color: #f8f5f0;
    color: #2e3f51;
    -webkit-font-smoothing: antialiased;
}

.glass-nav {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(46, 63, 81, 0.08);
}