/*
Theme Name: Hello Elementor Child
Theme URI: https://www.infinbytes.com/hello-elementor-child
Description: Child theme for Hello Elementor with custom CSS and scripts.
Author: Infinbytes
Author URI: https://www.infinbytes.com
Template: hello-elementor
Version: 1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-child
*/

body {
  font-family: 'Inter', sans-serif;
}

.header-logo img {
  max-height: 70px;
}

.footer {
  background: #f9f9f9;
  padding: 40px 0;
  text-align: center;
  color: #333;
}
