/*
Theme Name: MyClinicHub Custom Theme
Theme URI: https://myclinichub.my
Author: Your Name
Author URI: https://yourwebsite.com
Description: A custom WordPress theme based on Elementor export for Estatein
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: myclinichub-theme
*/

body {
  margin: 0;
  font-family: 'Urbanist', sans-serif;
  background-color: #1A1A1A;
  color: #FFFFFF;
}
a {
  text-decoration: none;
  color: inherit;
}
