/*
 Theme Name:   Nisarg Child
 Theme URI:    https://example.com/nisarg-child
 Description:  Child theme of Nisarg. Safely overrides styles and functionality.
 Author:       Your Name
 Author URI:   https://example.com
 Template:     nisarg
 Version:      1.0.0
 Text Domain:  nisarg-child
 Requires at least: 5.0
 Requires PHP: 7.4
*/

/* -----------------------------------------
   Place custom CSS below. Parent CSS loads
   first; this file overrides it.
------------------------------------------*/

:root {
  --brand: #6366f1;
}

a { color: var(--brand); }