/*
Theme Name: Miltoz Child
Theme URI: https://yourwebsite.com/miltoz-child
Author: Your Name
Author URI: https://yourwebsite.com
Description: Child theme for Miltoz. Use this to safely customize your website. All changes here survive parent theme updates.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Template: miltoz
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: miltoz-child
Tags: child-theme, business, corporate, minimal
*/

/*
  ╔══════════════════════════════════════════════════╗
  ║  MILTOZ CHILD THEME — CUSTOMIZATION GUIDE       ║
  ║                                                  ║
  ║  HOW TO USE:                                     ║
  ║  1. Add your CSS overrides below                 ║
  ║  2. These override parent theme styles           ║
  ║  3. Safe from parent theme updates               ║
  ║                                                  ║
  ║  MILTOZ COLOR TOKENS:                            ║
  ║  --miltoz-black:  #111111 (accent)              ║
  ║  --miltoz-900:    #222222                        ║
  ║  --miltoz-700:    #555555                        ║
  ║  --miltoz-500:    #9A9A9A                        ║
  ║  --miltoz-300:    #D0D0D0                        ║
  ║  --miltoz-200:    #E8E8E8                        ║
  ║  --miltoz-100:    #F3F3F3                        ║
  ║  --miltoz-white:  #FFFFFF                        ║
  ╚══════════════════════════════════════════════════╝
*/

/* ─── ADD YOUR CUSTOM CSS BELOW THIS LINE ─────────────────── */

/*
EXAMPLES:

Change accent color (affects buttons, headings etc):
:root { --miltoz-black: #2563EB; }

Change hero background:
.hero-section { background: #1e293b; }

Change button style:
.btn-primary { border-radius: 50px; }

Add custom font:
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;900&display=swap');
body { font-family: 'Poppins', sans-serif; }

Customize footer:
.site-footer { background: #0f172a; }

Change service card hover:
.service-card:hover { border-color: #2563EB; }
*/
