/*
Theme Name: Petland - Weenie Dog Races
Template: petland
Description: Child theme that adds the "Weenie Dog Races" event landing page to any site running the Petland parent theme. Install it, activate it, then create a Page and pick "Weenie Dog Races" under Page Attributes -> Template. Event details are edited in one place: weenie-race/weenie-race.php (the wr_event() config block). Nothing else on the site changes.
Author: Cosmick Media
Author URI: https://cosmickmedia.com/
Version: 1.0.0
Requires PHP: 7.4
Text Domain: petland-weenie-race
Tags: child-theme
*/

/*
 * This file is intentionally almost empty.
 *
 * The landing page is styled entirely by weenie-race/weenie-race.css, which is
 * enqueued only on the template itself. Putting its rules here instead would
 * ship the whole event design to every page on the site.
 *
 * The PARENT theme enqueues this file for you, as the 'theme-child' handle at
 * wp_enqueue_scripts priority 99 — after its own style.css, the accessibility
 * overrides and the colour scheme — so anything you add below genuinely wins the
 * cascade. Do NOT enqueue the parent's style.css from functions.php: doing that
 * loads the parent's ~331KB sheet twice with this one sandwiched between the
 * copies, and your rules lose to the parent's second copy.
 *
 * Site-wide CSS tweaks for this location can go below this comment.
 */
