/*
Theme Name: Scaffold Child
Theme URI: https://example.com/scaffold
Template: scaffold
Author: Ramy
Author URI: https://example.com
Description: Child theme of Scaffold. Make ALL customizations here (CSS overrides, template tweaks, functions) so updates to the parent theme never overwrite your work.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
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: scaffold-child
*/

/* ==========================================================================
   Your overrides go below. This file loads AFTER the parent's main.css,
   so anything here wins. To rebrand, copy this block out of the comment and
   adjust the design tokens (note: CSS uses block comments only, not //):

   :root {
     --color-accent: #2b50c8;
     --color-sale:   #d23b2e;
     --font-body:    "Poppins", sans-serif;
   }
   ========================================================================== */
