/* ===========================================
   Global Background Gradient (Tides of War)
   =========================================== */

:root {
    --tow-bg: linear-gradient(
        145deg,
        #0b0f1c 0%,
        #141a33 45%,
        #0a0d19 100%
    );
}

body {
    background: var(--tow-bg) !important;
    background-attachment: fixed;
    color: #f2f4ff;
}



/* If your theme uses a wrapper container with a white background,
   we neutralize it without touching layout */
.container,
.site,
#content,
#wrapper,
main {
    background: transparent !important;
    box-shadow: none !important;
}
