/****** gc-import-typography-reboot ******/

@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Teko:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body,
html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Inter', sans-serif;
	background-color: #fff;
	color: #000;
	font-size: 15px;
}


/****** gc-commen-style-reboot ******/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Teko', sans-serif;
	letter-spacing: 0;
	color: #000;
	margin: 0;
	padding: 0;
}


h1 {
	font-size: 120px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	line-height: 1;
}

h2 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;

}

h3 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
}

h4 {
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}

h5 {
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;

}

p {
	font-size: 15px;
	margin: 0;
	padding: 0;
	line-height: 25px;
	color: #666;
}


a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #666;
}

a:hover {
	color: #4aab3d;
}


/****** gc-btn-style-reboot ******/


.gc-button {
	background-color: #c2e71f;
	border-radius: 0;
	padding: 15px 36px;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	border: none;
	text-align: center;
	text-transform: uppercase;
}