html {
    scroll-behavior: auto;
}

body {
    font-family: 'Prompt', sans-serif;
}

.content-layer {
    position: relative;
    z-index: 10;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.12);
}