/* Global public styles */
body {
    scroll-behavior: smooth;
}

header {
    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.9);
}

.container {
    max-width: 1280px;
}
