/*
Theme Name: Smart Money Sweeps
Theme URI: https://smartmoneysweeps.com/
Description: Child theme of Mercury for smartmoneysweeps.com. Almanac / field-guide restyle per docs/sms-design-tokens.md. Versioned at github.com/myriad-muffin/sms-theme.
Author: Smart Money Sweeps
Author URI: https://smartmoneysweeps.com/
Template: mercury
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mercury-child
*/

/*
 * `Template: mercury` above is load-bearing — it is what makes this a child of
 * Mercury. Do not change it. The directory name (mercury-child) is what
 * WordPress keys the active theme on, so it must not be renamed either, even
 * though the display name is now ours.
 *
 * Version is 1.0.0 because this is our theme now, tracked in its own git repo
 * with real history. It deliberately no longer shadows the vendor's 3.x line —
 * the previous 3.10 was a copy of Mercury's number and told us nothing.
 *
 * ---------------------------------------------------------------------------
 * THE @import THAT USED TO BE HERE IS GONE ON PURPOSE.
 *
 * This file began with:
 *
 *     @import url("../mercury/style.css");
 *
 * That was the ONLY thing loading Mercury's stylesheet, because Mercury
 * enqueues get_stylesheet_uri() — which in a child theme resolves to this
 * file, not the parent's. The import has been replaced by a proper
 * wp_enqueue_style() in functions.php (sms_enqueue_parent_style), which loads
 * the parent in parallel instead of serially behind this file.
 *
 * If Mercury's styling ever vanishes site-wide, look there first.
 *
 * Do not re-add the import. Having both would download the parent stylesheet
 * twice.
 * ---------------------------------------------------------------------------
 *
 * Rules do not go in this file. Design tokens live in assets/css/tokens.css
 * and the Phase 5 restyle will add its own stylesheets alongside them. This
 * file is theme metadata and nothing else.
 */
