
body {
    background-image: linear-gradient(var(--bg-overlay-1), var(--bg-overlay-2)), url('/images/bg-custom.jpg?v=1788147702920');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}