/*
Theme Name: ITC 2027 — Child
Template: itc-2027
Theme URI: https://innovative-teacher.classera.com
Description: Child theme for The 2027 Innovative Teacher Competition. Use this for your custom CSS, function overrides, and any template tweaks — your changes survive parent-theme updates.
Author: ITC Organizing Committee
Version: 1.0.0
Requires at least: 6.8
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: itc2027-child
*/

/* ===========================================================
   Add your custom CSS below — these rules override the parent.
   Tip: most colors are also editable in
        Appearance → Customize → ITC Brand → Brand Colors
   =========================================================== */

/* Example: tighten the hero on mobile */
/*
@media (max-width: 720px) {
  .hero-grid { gap: 24px; }
  .hero h1 { font-size: 32px; }
}
*/

/* Example: brand the primary button differently */
/*
.btn {
  background: #002A40;
  letter-spacing: 0.06em;
}
*/
