/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* Darken body copy: override Uncode's .style-light #777777 on paragraphs.
   ".style-light p" (0,2,0) beats ".style-light" (0,1,0) on specificity,
   so it wins regardless of stylesheet load order — no !important needed.
   Scoped to light-style sections, so dark sections keep their own text color. */
.style-light p {
	color: #676767;
}