/*
Theme Name:   MyDailyTake
Theme URI:    https://mydailytake.com
Description:  Child theme of Kadence — custom styles, hooks, and overrides for the MDT brand. Houses any PHP, CSS, or template tweaks that need to survive parent theme updates.
Author:       Jack Reeves
Author URI:   https://mydailytake.com
Template:     kadence
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:  mydailytake
Tags:         child-theme, custom-colors, custom-menu, custom-logo, e-commerce
*/

/* ---------------------------------------------------------------
   MDT child theme custom CSS
   ---------------------------------------------------------------
   This file is the place for any CSS that overrides Kadence
   defaults. Most styling should still happen in the Kadence
   Customizer (Appearance > Customize) — only put things here that
   you can't do in the UI.

   Brand tokens for reference (also set as Global Colors in Kadence
   Customizer so they're usable in the block editor):

   --mdt-green:       #2ecc71;
   --mdt-green-alt:   #27ae60;
   --mdt-dark:        #0b0c0f;
   --mdt-subtle:      #16181d;
   --mdt-bg:          #1a1d23;
   --mdt-text:        #e5e7eb;
   --mdt-muted:       #9ca3af;
   --------------------------------------------------------------- */

:root {
	--mdt-green:     #2ecc71;
	--mdt-green-alt: #27ae60;
	--mdt-dark:      #0b0c0f;
	--mdt-subtle:    #16181d;
	--mdt-bg:        #1a1d23;
	--mdt-text:      #e5e7eb;
	--mdt-muted:     #9ca3af;
}

/* Add custom overrides below this line as needed. */
