/*
Theme Name: Radio News Child
Theme URI: https://gandenterprisesinc.com/radionews
Description: Child theme of Radio News, for site-specific customizations that survive updates to the parent theme. Requires the Radio News parent theme to be installed and active.
Author: G & D Enterprises Inc
Author URI: https://gandenterprisesinc.com
Template: radio-news
Version: 1.0
Requires at least: 5.8
Tested up to: 7.0
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: radio-news-child
Tags: blog, news, custom-logo, custom-menu, custom-colors, featured-images, footer-widgets, full-width-template, grid-layout, one-column, right-sidebar, translation-ready
*/

/*
This file is intentionally left free of active CSS rules to start.
Add your site-specific overrides below this comment.

Because nearly every color in the parent theme is a CSS custom property
(defined in the parent's assets/scss/abstracts/_tokens.scss, compiled
into assets/css/main.css), most visual tweaks don't need you to rewrite
whole selectors, just override the variable here instead. For example,
to change the accent color site-wide:

:root {
	--rnt-color-accent: #2f6f4e;
	--rnt-color-accent-text: #1f4d36;
}

Note: if you use Appearance > Customize > Colors on the live site, those
choices are written as inline :root overrides on every page load (see
the parent theme's inc/customizer-colors.php) and will take priority
over whatever is set here, since they're added later in the page. Use
the Customizer for anything you want site admins to control from
wp-admin; use this file for developer-level defaults.

This stylesheet is enqueued after the parent theme's compiled
stylesheet (see functions.php in this child theme), so anything active
here already takes priority over the parent's own CSS.
*/
