/****** 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;
}

h6 {
	font-family: 'Inter', sans-serif;
	color: #666;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.7;
}


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: #F07F10;
}

/****** gc-btn-style-reboot ******/

.gc-button {
	background-color: #F07F10;
	border-radius: 0;
	padding: 15px 36px;
	color: #000;
	font-weight: 500;
	font-size: 14px;
	border: none;
	text-align: center;
	text-transform: uppercase;
}

.gc-buttondod {
	background-color: #FFF;
	border-radius: 1px;
	padding: 10px 200px;
	color: var(--text-color, #F07F10); /* Używamy niestandardowej właściwości --text-color, jeśli nie jest zdefiniowana, domyślnie będzie czarny (#000) */
	font-weight: 500;
	font-size: 14px;
	border:1px solid var(--border-color, #8F8F8F); /* Używamy niestandardowej właściwości --border-color, jeśli nie jest zdefiniowana, domyślnie będzie czarny (#000) */
	text-align: center;
	cursor: pointer;
	transition: background-color 0.3s;
}

.gc-buttondod:hover {
	background-color: #F07F10;
color: var(--text-color, #000); 
}

.gc-button:hover {
	background-color: #D2691E;
 
}


@media (max-width: 768px) {
	.gc-buttondod {
		width: 100%;
		font-size: 18px;
		padding: 15px;
	}
}
