/*
Theme Name: TOVM Theme
Theme URI: https://tovm.ozuweb.com/
Author: Antigravity
Author URI: https://tovm.ozuweb.com/
Description: Custom theme to replicate TOVM layout.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tovm-theme
*/

/* Minimal reset and Tailwind setup via CDN in header */
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #f9fafb;
    color: #111827;
}

.tovm-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}
