/* Australian seasons — painted backgrounds.
   Only the image is set here; sizing/positioning lives in main.css
   so the ground line stays consistent across seasons. */

.season-summer #background-layer {
    background-image: url('/static/images/backgrounds/summer.png');
}

.season-autumn #background-layer {
    background-image: url('/static/images/backgrounds/autumn.png');
}

.season-winter #background-layer {
    background-image: url('/static/images/backgrounds/winter.png');
}

.season-spring #background-layer {
    background-image: url('/static/images/backgrounds/spring.png');
}
