/*
Theme Name: UltraLite Pro
Theme URI: https://yourwebsite.com
Author: Your Name
Description: Ultra Fast Lightweight SEO Optimized WordPress Theme with Custom Header & Footer Builder
Version: 1.0
Text Domain: ultralite
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, Arial, sans-serif;
    line-height: 1.6;
    color: #222;
    background: #fff;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}