/*
 Theme Name: The Nirav Patel
 Theme URI: https://example.com/
 Description: Child theme for The NIrav patel
 Author: Nirav Patel
 Author URI: https://www.linkedin.com/in/nirav-patel-wp/
 Template: hello-elementor
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: hello-elementor-child
*/


body, p, a {
  font-family: "Roboto", sans-serif;
  color: #000;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}
a:hover {
  color: #2b445c;
}
