/****** gc-import-typography-reboot ******/

@import url('css2.css');
@import url('css21.css');

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;
}