/*
Theme Name: CardQuery
Theme URI: https://cardquery.local/
Author: CardQuery
Author URI: https://cardquery.local/
Description: A premium WordPress theme for credit card comparison sites. Includes a custom "Credit Card" post type with meta fields (joining fee, annual fee, cashback, badge, apply URL), an 8-category grid, a dark hero with search, and a modular card component grid. Font Awesome powered icons and Inter typography.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cardquery
Tags: blog, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, one-column, two-columns, right-sidebar, custom-post-type
*/

/*
  Note: The main visual styles live in assets/css/main.css (enqueued via functions.php).
  This file is required by WordPress for theme metadata and holds base resets only.
*/

html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
body { margin: 0; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
