
* {
	margin: 0;
	padding: 0;
	font-family: "Gotham A", "Gotham B";
	text-rendering: optimizeLegibility;
	-webkit-text-rendering: optimizeLegibility;
}

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

button {
	background-color: #ec7e27;
	border: none;
	color: white;
	padding: 12px 28px;
	font-size: 14px;
	cursor: pointer;
}
button[disabled] {
	background-color: #DDD;
	cursor: default;
}

.txt-small {
	font-size: 14px;
}

@media (min-width: 620px) {

	button {
		font-size: 16px;
	}

}

@media (min-width: 1172px) {

	button {
		font-size: 18px;
	}

}