/*
Theme Name: Loan Payment Calculator
Theme URI: https://example.com/
Author: Loan Payment Calculator Team
Author URI: https://example.com/
Description: A fast, accessible, SEO-focused custom theme built for a U.S. loan and mortgage calculator website. Includes a native, dependency-free calculator engine, schema markup, and a scalable page architecture for dozens of calculator and educational pages.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: loanpay
Tags: custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, accessibility-ready

This is the required WordPress stylesheet header. Actual styles are loaded from
assets/css/main.css via functions.php so the file stays organized and cache-friendly.
*/

/* Minimal safety-net reset in case main.css fails to enqueue for any reason */
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
img { max-width: 100%; height: auto; }
