/*
 Theme Name:     Director Grim Child
 Theme URI:      https://directorgrim.com/
 Description:    Child theme for the Astra Theme
 Author:         [Your Name/Company Name]
 Author URI:     [Your Website URI]
 Template:       astra
 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:    directorgrim-child
*/

/* ==========================================================
   Add your custom styles below this line.
   ========================================================== */

/* Example: Change the primary color links to a new color */
a, .page-title {
    color: #FF6600; /* Example Custom Color */
}

/* Example: Adjust font weight for H1 */
h1, .entry-content :where(h1) {
    font-weight: 900; /* Bolder than the 800 set by Astra */
}

/* Example: Add a custom border to the site title logo */
.custom-logo-link img {
    border: 3px solid #000000;
}