:root {
	--colorA: #E0D2D2;
	--colorB: #18303E;
}

@font-face {
	font-family: 'FuturaCustom';
	src: url("./assets/FuturaMedium.ttf");
}
@font-face {
	font-style: normal;
	font-family: 'RobotoCustom';
	src: url("./assets/RobotoLight.ttf");
}

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Futura', 'FuturaCustom';
}

button {
	background-color: var(--colorB);
	color: var(--colorA);
	border: 0;
	padding: 20px 40px 20px 40px;
	font-family: 'Futura', 'FuturaCustom';
}

p {
	font-family: 'Roboto', 'RobotoCustom';
}

a {
	color: var(--colorA);
	font-weight: bold;
	padding-right: 20px;
}
