/*
Theme Name: Sneaker Business Dashboard
Theme URI: https://example.com
Description: Complete dropshipping business tracker with ads spending, expenses, and profit calculations
Version: 1.0
Author: Your Name
Author URI: https://example.com
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sneaker-dashboard
Domain Path: /languages
Requires at least: 5.0
Requires PHP: 7.2
*/

/* Main styles are handled inline in page-dashboard.php */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}
