/*
Theme Name: Duanews Child
Theme URI: https://example.com/duanews
Template: duanews
Author: Duanews Media
Author URI: https://example.com/
Description: Child theme for Duanews. Put your CSS here and your PHP in functions.php so updates to the parent never overwrite your work.
Version: 1.0.0
Requires at least: 6.0
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: duanews-child
*/

/* -------------------------------------------------------------------------
 * Your styles go below. The parent stylesheet is loaded first, so anything
 * here wins. The parent's design tokens are all CSS custom properties, so a
 * whole-site restyle can be as small as the block below.
 * ---------------------------------------------------------------------- */

/*
:root {
	--dn-red: #B3261E;
	--dn-blue: #12467A;
	--dn-ink: #101418;
	--dn-bg: #F1EFEA;
	--dn-serif: 'Spectral', Georgia, serif;
	--dn-sans: 'Archivo', system-ui, sans-serif;
}
*/
