/*
Theme Name: Nexro Child
Theme URI: https://nexro.mv
Template: nexro
Author: Nexro Pvt Ltd
Description: Child theme for Nexro. Put your own CSS and PHP changes here so that updating the parent theme never overwrites them.
Version: 1.0.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: nexro-child
*/

/* ---------------------------------------------------------------------
   Your custom CSS goes below this line.

   Anything you write here loads after the parent theme, so it wins.
   Example — make the hero heading smaller on desktop:

   @media (min-width: 62rem) {
       .nx-hero__title { font-size: 3rem; }
   }

   Example — change the accent colour across the whole site:

   :root {
       --nx-cyan: #0FA3D6;
       --nx-cyan-deep: #0B7CA5;
   }
   --------------------------------------------------------------------- */
