/*
Theme Name: GMB Housing Theme
Theme URI: https://gmbhousing.com
Author: Sakthivel N
Author URI: https://github.com/sakthi-webdev/
Description: SEO-friendly, Core Web Vitals-optimized WordPress theme with GSAP animation and modular layout
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gmbhousing
*/
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Red Hat Text', sans-serif;
 /* font-family: "Vend Sans", sans-serif;	
  font-family: "Stack Sans Text", sans-serif;	*/
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  background-color: #fff;
}

p {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6,
.site-title,
.gsap-heading,
.btn-text {
  font-family: 'Red Hat Display', sans-serif;	
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}

button {
  font-size: 1rem;
  cursor: pointer;
  border: none;
  background: none;
}
