/*
Theme Name: BillTrack
Theme URI: https://example.com/billtrack-theme/
Author: BillTrack
Author URI: https://example.com/
Description: An editorial, modern WordPress theme designed to pair with the BillTrack Sync plugin. Built around fluid typography (Fraunces + Manrope + JetBrains Mono), an asymmetric editorial grid, hairline rules, and an automatic light/dark color scheme. Semantic HTML5 throughout, accessibility-ready, and zero dependencies — vanilla CSS and a few KB of vanilla JS.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: billtrack-theme
Tags: blog, business, portfolio, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles, accessibility-ready, editor-style, two-columns, full-width-template, footer-widgets

The bulk of the theme lives in /assets/css/theme.css. This file is intentionally
sparse — WordPress only needs the stylesheet header above to register the theme.
*/

/* style.css is enqueued first as a parent layer; the real styles are in theme.css. */
:root { color-scheme: light dark; }
