/*
Theme Name: BlankSlate Child
Theme URI: https://your-site.com
Description: Child theme for BlankSlate - preserves custom modifications during parent theme updates
Author: Your Name
Author URI: https://your-site.com
Template: blankslate
Version: 1.0.0
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate-child
*/

/* ========================================
   Your Custom CSS Styles Go Below
   ======================================== */

/* Example: Add your custom styles here */

/* 
body {
    font-family: Arial, sans-serif;
}

.custom-class {
    color: #333;
}
*/
