/*
Theme Name: Finance Tools Modern
Theme URI: https://example.com/finance-tools
Author: Antigravity
Author URI: https://example.com
Description: A modern, professional finance theme with 15 built-in calculator templates.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: finance, calculators, clean, responsive
Text Domain: fintools
*/

/* 
   Note: The actual styles are in assets/css/main.css to keep this file clean for WP metadata.
   However, we can add some basic WP reset stuff here if needed.
*/

body {
    background-color: #f8fafc;
    color: #334155;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}