/* Background system - shared across all Tung Tung pages */
:root {
    --bg-image: none;
}

body {
    background-image: var(--bg-image, none);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}