/*
Theme Name: Battery Landing
Theme URI: https://moneyfast.com
Author: MoneyFast
Author URI: https://moneyfast.com
Description: A custom WordPress theme for Battery Landing page
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: battery-landing
Tags: custom, landing-page
*/

/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Add your custom styles below */ 