@font-face {
	font-family: "Gotham";
	src: url("Gotham-Black.eot");
	src: local("Gotham-Black"),
		url("Gotham-Black.eot?#iefix") format("embedded-opentype"),
		url("Gotham-Black.woff2") format("woff2"),
		url("Gotham-Black.woff") format("woff"),
		url("Gotham-Black.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

html {
	font-size: 62.5%;
	box-sizing: border-box;
}
*,
*::after,
*::before {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}

body {
	font-family: "Gotham";
	font-weight: 500;
	font-style: normal;
	line-height: 1.6;
	font-size: 1.2rem;
	background-color: #19191a;
	color: #333333;
}

header {
	text-align: center;
}

/* DEFAULT */
::-webkit-input-placeholder {
	/* Edge */
	font-family: "Gotham";
	margin: 10px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	min-height: 16px;
	color: #c69c6d;
	vertical-align: middle;
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-family: "Gotham";
	margin: 10px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	min-height: 16px;
	color: #c69c6d;
	vertical-align: middle;
}

::placeholder {
	font-family: "Gotham";
	margin: 10px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	min-height: 16px;
	color: #c69c6d;
	vertical-align: middle;
}

@media (max-width: 576px) {
	::placeholder {
		font-size: 10px;
		line-height: 10px;
		min-height: 10px;
	}
}