/*
Theme Name:  Aluminium Concepts Child
Theme URI:   https://www.alu-concepts.co.za
Template:    alu-concepts-theme
Author:      Khehla Dube
Author URI:  https://www.alu-concepts.co.za
Description: Child theme for Aluminium Concepts. Add your custom CSS overrides here — they are preserved when the parent theme updates. Do NOT edit the parent theme files directly.
Version:     1.0.0
License:     Private
Text Domain: alu-concepts-child
*/

/*
═══════════════════════════════════════════════════════════
  HOW TO USE THIS CHILD THEME
═══════════════════════════════════════════════════════════

  This child theme inherits ALL styles and templates from
  the parent theme (alu-concepts-theme).

  ✅ Add your custom CSS overrides BELOW this comment.
  ✅ To override a template (e.g. single.php), copy it from
     the parent theme folder into this child theme folder
     and edit the copy — WordPress will use the child version.
  ✅ Add custom PHP functions to functions.php in this folder.

  ❌ NEVER edit parent theme files directly — your changes
     will be lost when the parent theme is updated.

═══════════════════════════════════════════════════════════
  EXAMPLE CUSTOMISATIONS
═══════════════════════════════════════════════════════════

  Change hero background:
  .hero { background-image: url('assets/images/my-hero.jpg'); }

  Change brand red colour:
  :root { --red: #d42030; }

  Adjust font size:
  body { font-size: 16px; }

═══════════════════════════════════════════════════════════
*/

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