/*
Theme Name: LeftOverSeats
Theme URI: https://leftoverseats.com
Author: Shahmir
Description: Custom classic theme for LeftOverSeats. Built file-first (edit locally, upload via FTP), same workflow as the Fly Upgrade theme.
Version: 0.1.0
License: UNLICENSED
Text Domain: leftoverseats
*/

/* Minimal reset - real styles live in assets/main.css, enqueued from functions.php. */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
img { max-width: 100%; height: auto; }
